summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-10Merge pull request #330 from hathach/dcd-disconnect-connectHa Thach
2020-04-10change saola-1 led to pin 18 by defaulthathach
2020-04-10Correct dedicated FIFO SRAM size to 1024hathach
2020-04-10remove 100us delay at the end of dcd_init()hathach
2020-04-10revert name to dcd_int_handler due to function prototype warninghathach
2020-04-10clear USB_RXFLVI_M before read_rx_fifo()hathach
2020-04-10change indent from 4 -> 2 spaceshathach
2020-04-10rename dcd_init_handler to dcd_irq_handler to consistent with other portshathach
2020-04-10remove commented codehathach
2020-04-10try to fix racing condition with setuphathach
2020-04-10fix uint32_t format with loghathach
2020-04-10add CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=yhathach
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad
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