Commit Graph

3122 Commits

Author SHA1 Message Date
hathach bfde988af3 update cmake 2020-04-08 23:20:05 +07:00
hathach 40e23672ff rename hal_dcd_isr to dcd_irq_handler for fomu 2020-04-08 16:47:20 +07:00
hathach e879ad1e6f move irq from msp430 2020-04-08 16:42:36 +07:00
hathach 8f17945b67 move irq for stm32 synopsys 2020-04-08 16:37:09 +07:00
hathach 9014ca5528 move irq for stm32 fsdev 2020-04-08 16:26:14 +07:00
hathach 880595433c use macro for easy enable/disable SOF 2020-04-08 15:41:16 +07:00
hathach 7b7a78ab2e disable SOF interrupt since it is not used for now 2020-04-08 15:33:07 +07:00
hathach fc9170b2c1 clean up 2020-04-08 15:15:52 +07:00
hathach 70df1aff13 add TODO for saola on-board neopixel 2020-04-08 15:00:16 +07:00
Ha Thach 36b33ee775
Merge pull request #328 from majbthrd/nuc_connect
nuvoton: add dcd_disconnect() dcd_connect()
2020-04-07 23:25:03 +07:00
hathach a2dee7fb50 rename saola to saola_1 2020-04-07 23:07:25 +07:00
hathach f6edb46c0a update docs for esp32s2 2020-04-07 23:01:26 +07:00
Peter Lawrence ccb65fcf6a nuvoton: add dcd_disconnect() dcd_connect() 2020-04-07 10:51:55 -05:00
hathach 4265dfb2de minor clean up 2020-04-07 21:47:24 +07:00
hathach 353aa80814 add ci build_esp32s.py 2020-04-07 16:49:17 +07:00
hathach 62c14a6866 esp32s2 work with hid_composite_freertos 2020-04-07 16:35:02 +07:00
hathach aff52919d6 skip freertos example for cxd56 msp430 and fomu 2020-04-07 16:23:27 +07:00
hathach ccfc058646 add hid_composite_freertos example 2020-04-07 16:19:47 +07:00
hathach 7394113748 example clean up 2020-04-07 16:05:04 +07:00
hathach 3c724251f0 clean up 2020-04-07 13:45:26 +07:00
hathach 6a9f971882 add saola button pin support, esp32 build with board_test 2020-04-07 13:42:48 +07:00
hathach 51944f0dc9 only check in sdkconfig.defaults 2020-04-07 12:19:12 +07:00
Ha Thach bfc43bad81
Merge pull request #321 from pigrew/tweak20200331
Misc. tweaks, and fix for USBTMC descriptors without an INT EP
2020-04-07 12:12:44 +07:00
hathach f44440df5d ci again 2020-04-07 11:21:34 +07:00
hathach f073a5ecd3 CI: seperate esp32s2 into different job
skip esp32s in build_all.py script
2020-04-07 11:15:59 +07:00
Nathan Conrad 06d7fdc228 Use #define for OSAL_TIMEOUT_WAIT_FOREVER. 2020-04-06 12:40:58 -04:00
hathach 19f767317f more ci 2020-04-06 23:33:09 +07:00
hathach c64db32b82 ci test 2020-04-06 22:23:24 +07:00
hathach ef7992ce65 fix CI 2020-04-06 21:36:53 +07:00
hathach 06e87b47a2 revert name to dcd_init_handler()
since the function signature is different
2020-04-06 21:28:02 +07:00
hathach a344427e3f fix CROSS_COMPILE for esp32s2 2020-04-06 20:39:20 +07:00
hathach 9d26666c91 update ci setup-node / setup-ruby 2020-04-06 20:35:52 +07:00
hathach 22a9b05834 rename dcd_int_handler to dcd_irq_handler for consistency with other port 2020-04-06 19:49:25 +07:00
hathach cfb2ef1cff move setup nodes before cache msp430 2020-04-06 19:43:47 +07:00
hathach 06377a341b add tud_irq_handler() for all lpc ip3511 (13, 15, 11) 2020-04-06 18:00:37 +07:00
hathach 138965d1d1 add tud_irq_handler() to all NUC board 2020-04-06 17:43:56 +07:00
hathach 4179334aca call tud_irq_handler() for all nrf5x board 2020-04-06 17:35:11 +07:00
hathach a61d34e09c add WIP changelog 2020-04-06 17:24:34 +07:00
hathach fb05451a26 mass rename dcd_isr() to dcd_irq_handler() 2020-04-06 17:24:22 +07:00
hathach dc4bf02dcb mass rename tud_isr to tud_irq_handler 2020-04-06 17:04:49 +07:00
hathach c026236824 house keeping 2020-04-06 16:33:04 +07:00
hathach 050de0ec33 fix issue and typo with In token when Fifo empty
fix transmit packet endpoint's fifo
2020-04-06 16:32:55 +07:00
hathach 5a00c6ca96 Merge branch 'master' into add-esp32s2 2020-04-06 14:43:49 +07:00
hathach 5963ace5ab add -B for clean and flash 2020-04-06 14:33:36 +07:00
hathach 2d6d298302 move irqhandler to application
tud_isr() must be called by application to forward the irqhandle to the
stack
2020-04-06 14:11:45 +07:00
Ha Thach 4430ea61e2
Merge pull request #323 from pigrew/ci-cache-msp430
Cache MSP430 toolchain and NPM modules.
2020-04-06 00:15:50 +07:00
Ha Thach 9df2a9ba43
Merge pull request #324 from hathach/add-custom-osal
allow application to implement its own os
2020-04-06 00:11:45 +07:00
Nathan Conrad fa2ba76690 Don't cache xPacks. 2020-04-05 11:43:47 -04:00
hathach c2606c0213 allow application to implement its own os 2020-04-05 18:22:16 +07:00
Nathan Conrad 5c5807abf7 Cache MSP430 toolchain and NPM modules. Use git action for submodules. 2020-04-03 20:41:15 -04:00