| Age | Commit message (Expand) | Author |
| 2020-05-17 | enable -Wcast-align | hathach |
| 2020-04-17 | complete remove dcd_set_config(), fix unit test | hathach |
| 2020-04-17 | Merge branch 'master' into remove-dcd-set-config | hathach |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach |
| 2020-04-16 | dcd disconnect/connect for transdimension ip | hathach |
| 2020-04-16 | implement dcd disconnect/connect for lpc ip3511 | hathach |
| 2020-04-16 | added dcd disconnect/connect to lpc17/40 | hathach |
| 2020-04-13 | lpc17xx move set configdevice into set address | hathach |
| 2020-04-06 | add tud_irq_handler() for all lpc ip3511 (13, 15, 11) | hathach |
| 2020-04-06 | mass rename dcd_isr() to dcd_irq_handler() | hathach |
| 2020-01-17 | rt10xx: correct max endpoint count is 8 | hathach |
| 2020-01-17 | clean up, disable SOF for dcd trans since we don't use it for now | hathach |
| 2020-01-17 | clean up | hathach |
| 2020-01-16 | Add if guards for dcache flushes. | Scott Shawcroft |
| 2020-01-15 | flush and invalidate the dcache | Scott Shawcroft |
| 2019-11-23 | fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2 | hathach |
| 2019-11-22 | rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX | hathach |
| 2019-11-22 | rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX | hathach |
| 2019-11-22 | rename dcd_lpc18_43 to dcd_transdimension | hathach |
| 2019-11-22 | move nxp dcd ehci controller reset and modde into dcd | hathach |
| 2019-11-22 | able to compile dcd 18/43 with rt1064 | hathach |
| 2019-11-22 | more clean up | hathach |
| 2019-11-22 | more clean up | hathach |
| 2019-11-22 | more constant rename clean up | hathach |
| 2019-11-22 | refactor dcd_lpc18_43, making it capatible with rt10xx | hathach |
| 2019-11-22 | clean up dcd lpc18_43 | hathach |
| 2019-11-22 | move dcd_lpc18_43.h into .c file | hathach |
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach |
| 2019-11-21 | rename lpc 17/18 irq to dcd_isr/hcd_isr | hathach |
| 2019-10-04 | adding lpc1549, but couldnt recieve setup packet, though setup received inter... | hathach |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad |
| 2019-09-16 | fix #143 | hathach |
| 2019-09-05 | 55s69 device work with usb0 | hathach |
| 2019-09-01 | dma of lpc54114 can also execute up to 64 bytes each transfer | hathach |
| 2019-09-01 | rename lpc_usbd to lpc_ip3511 | hathach |
| 2019-09-01 | adding lpc54xxx to dcd, able to go through enumeration | hathach |
| 2019-09-01 | fix undef __ARM_ARCH_6M__ | hathach |
| 2019-09-01 | clean up | hathach |
| 2019-09-01 | rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent ye... | hathach |
| 2019-08-31 | support LPC51u68 #100 | hathach |
| 2019-06-10 | remove dcd_edpt_busy() | hathach |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach |
| 2019-05-14 | update license year to 2019 | hathach |
| 2019-03-30 | added dcd_remote_wakeup() stub for all ports | hathach |
| 2019-03-29 | working on suspend and resume | hathach |
| 2019-03-29 | added Suspend and Resume event for nrf5x port | hathach |
| 2019-03-27 | replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall | hathach |
| 2019-03-27 | remove dcd_get_frame_number() | hathach |
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach |