summaryrefslogtreecommitdiff
path: root/src/portable/nxp/transdimension/dcd_transdimension.c
AgeCommit message (Collapse)Author
2023-06-16remove legacy transdimension driverhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
Which fits both MIMXRT10XX and MIMXRT11XX.
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-26more internal renamehathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2021-12-01add chipidea highspeed controllerhathach
add warning to transdimension for the rename
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-17more with -Wcast-qualhathach
2021-09-13clean uphathach
2021-09-13refactor nxp TDI dcd_edpt_xfer_fifohathach
2021-09-12Merge branch 'fifo_dcd_transdimension' of https://github.com/HiFiPhile/tinyusbhathach
2021-09-11nxp tdi: implement dcd edpt close allhathach
2021-09-11nxp tdi: fix error td prevent further transferhathach
2021-09-10Shorter expr.MasterPhi
2021-09-09dcd_edpt_xfer_fifo: use qtd_init if restriction not met.Mengsk
2021-09-09nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAXhathach
2021-09-09nxp tdi implement remote wakeuphathach
enhance bus reset, unplugged, suspend, resume detection
2021-09-09remove connected check for DCD_EVENT_UNPLUGGED since previous bus reset can ↵hathach
clear this implement unplugged detection for trans dimension dcd
2021-08-31add dcd_edpt_close and iso xfer.MasterPhi
2021-08-31dcd_transmission xfer_fifo support.MasterPhi
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
correctly responded to TD 9.13 Set Configuration Test
2021-04-24lpc55 correct bus_reset with highspeed on support controllerhathach
correct hsphy init for family
2021-02-23nxp tdi: hcd_init() reset and set host modehathach
2021-02-22make hcd tdi more generichathach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-07-16dcd tdi report link speed on resethathach
2020-05-26random clean up for tdihathach
2020-05-17enable -Wcast-alignhathach
suppress vendor sdk driver at board.mk
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-16dcd disconnect/connect for transdimension iphathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
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