summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-09rename static function for dcd_cxd56 to prevent conflicthathach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-09adding dcd_connect/disconnecthathach
2020-04-09Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09make saola as cmake component, easier to add more esp32 boardhathach
2020-04-09add neopixel led strip driver for saola, make saola as an componenthathach
2020-04-08update cmakehathach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2020-04-08move irq from msp430hathach
2020-04-08move irq for stm32 synopsyshathach
2020-04-08move irq for stm32 fsdevhathach
2020-04-08use macro for easy enable/disable SOFhathach
2020-04-08disable SOF interrupt since it is not used for nowhathach
2020-04-08clean uphathach
2020-04-08add TODO for saola on-board neopixelhathach
2020-04-07Merge pull request #328 from majbthrd/nuc_connectHa Thach
2020-04-07rename saola to saola_1hathach
2020-04-07update docs for esp32s2hathach
2020-04-07nuvoton: add dcd_disconnect() dcd_connect()Peter Lawrence
2020-04-07minor clean uphathach
2020-04-07add ci build_esp32s.pyhathach
2020-04-07esp32s2 work with hid_composite_freertoshathach
2020-04-07skip freertos example for cxd56 msp430 and fomuhathach
2020-04-07add hid_composite_freertos examplehathach
2020-04-07example clean uphathach
2020-04-07clean uphathach
2020-04-07add saola button pin support, esp32 build with board_testhathach
2020-04-07only check in sdkconfig.defaultshathach
2020-04-07Merge pull request #321 from pigrew/tweak20200331Ha Thach
2020-04-07ci againhathach
2020-04-07CI: seperate esp32s2 into different jobhathach
2020-04-06Use #define for OSAL_TIMEOUT_WAIT_FOREVER.Nathan Conrad
2020-04-06more cihathach
2020-04-06ci testhathach
2020-04-06fix CIhathach
2020-04-06revert name to dcd_init_handler()hathach
2020-04-06fix CROSS_COMPILE for esp32s2hathach
2020-04-06update ci setup-node / setup-rubyhathach
2020-04-06rename dcd_int_handler to dcd_irq_handler for consistency with other porthathach
2020-04-06move setup nodes before cache msp430hathach
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
2020-04-06add tud_irq_handler() to all NUC boardhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06add WIP changeloghathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06house keepinghathach
2020-04-06fix issue and typo with In token when Fifo emptyhathach
2020-04-06Merge branch 'master' into add-esp32s2hathach
2020-04-06add -B for clean and flashhathach