| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-08 | use dcd_event_bus_reset() with speed to replace bus_signal | hathach | |
| 2021-01-08 | comment clean up | hathach | |
| 2021-01-08 | update comment and correct the size to 8+2 | hathach | |
| 2021-01-08 | walkround for samd21 setup_packet overflow | hathach | |
| increase setup packet size from 8 to 12, since USB DMA controller is suspected to overflow the buffer with 2 extra bytes | |||
| 2020-08-22 | add OPT_MCU_SAMD11 | hathach | |
| skip ci build for example that need more ROM/RAM could fit into SAMD11 | |||
| 2020-07-23 | fix samd21 race condition with setup packet | hathach | |
| reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1 | |||
| 2020-06-25 | dcd_samd: Provide implementation for OPT_MCU_SAME5X | Jeff Epler | |
| 2020-06-24 | added OPT_MCU_SAME5X option | hathach | |
| 2020-04-30 | fix dcd samd race condition with setup packet | hathach | |
| setup packet can complete together with previous status (in & out). Always make sure to prepare valid buffer for holding setup packet when queuing control status. | |||
| 2020-04-17 | complete remove dcd_set_config(), fix unit test | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-09 | implement dcd connect/disconnect for samd and nrf | hathach | |
| 2020-04-06 | mass rename dcd_isr() to dcd_irq_handler() | hathach | |
| 2020-04-06 | move irqhandler to application | hathach | |
| tud_isr() must be called by application to forward the irqhandle to the stack | |||
| 2019-12-27 | fix #247 | hathach | |
| 2019-12-26 | clean up | hathach | |
| 2019-12-26 | merge dcd_samd51 & dcd_samd21 into dcd_samd | hathach | |
