summaryrefslogtreecommitdiff
path: root/src/portable/nxp
AgeCommit message (Expand)Author
2020-01-17rt10xx: correct max endpoint count is 8hathach
2020-01-17clean up, disable SOF for dcd trans since we don't use it for nowhathach
2020-01-17clean uphathach
2020-01-16Add if guards for dcache flushes.Scott Shawcroft
2020-01-15flush and invalidate the dcacheScott Shawcroft
2019-11-23fix rt1010 rt1020 only has 1 usb controller, rt1050 rt1060 has 2hathach
2019-11-22rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XXhathach
2019-11-22rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XXhathach
2019-11-22rename dcd_lpc18_43 to dcd_transdimensionhathach
2019-11-22move nxp dcd ehci controller reset and modde into dcdhathach
2019-11-22able to compile dcd 18/43 with rt1064hathach
2019-11-22more clean uphathach
2019-11-22more clean uphathach
2019-11-22more constant rename clean uphathach
2019-11-22refactor dcd_lpc18_43, making it capatible with rt10xxhathach
2019-11-22clean up dcd lpc18_43hathach
2019-11-22move dcd_lpc18_43.h into .c filehathach
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-21rename lpc 17/18 irq to dcd_isr/hcd_isrhathach
2019-10-04adding lpc1549, but couldnt recieve setup packet, though setup received inter...hathach
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-16fix #143hathach
2019-09-0555s69 device work with usb0hathach
2019-09-01dma of lpc54114 can also execute up to 64 bytes each transferhathach
2019-09-01rename lpc_usbd to lpc_ip3511hathach
2019-09-01adding lpc54xxx to dcd, able to go through enumerationhathach
2019-09-01fix undef __ARM_ARCH_6M__hathach
2019-09-01clean uphathach
2019-09-01rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent ye...hathach
2019-08-31support LPC51u68 #100hathach
2019-06-10remove dcd_edpt_busy()hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-03-30added dcd_remote_wakeup() stub for all portshathach
2019-03-29working on suspend and resumehathach
2019-03-29added Suspend and Resume event for nrf5x porthathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
2019-03-27remove dcd_get_frame_number()hathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-20clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2018-12-21change to dcd_get_frame_numberhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12rename hcd_device_remove to hcd_device_closehathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07clean up ehci, support only 1 controllerhathach