summaryrefslogtreecommitdiff
path: root/src/portable/chipidea
AgeCommit message (Expand)Author
2024-11-30Fix HCD build.HiFiPhile
2024-11-30Fix typo.HiFiPhile
2024-11-30Restore DCache clean/invalidate.HiFiPhile
2024-11-30Merge branch 'master' into rt1170HiFiPhile
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-02Replace cache clean/invalidate by MPU config.HiFiPhile
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-10-11change dcd_init() to take rhport structhathach
2024-05-27chipidea/mimxrt: Add support for dcd_sof_enable().Andrew Leech
2024-04-05minor update bsphathach
2024-04-05fix pre-commit formathathach
2024-04-02Merge branch 'master' into MCXhathach
2024-02-24only save/restore CLK_RECOVER_IRC_EN/CTRL if FSL_FEATURE_USB_KHCI_IRC48M_MODU...hathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-07frdmmcxa153 files addedJerry Palacios
2023-08-07Add tuh_rhport_is_active() and tuh_rhport_reset_bus()hathach
2023-08-03add lpc43 familyhathach
2023-07-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
2023-07-24change dcache clean/invalidate return type to boolhathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-14Fix host buffer alignment settingScott Shawcroft
2023-06-16fix build warningshathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-19only clean/invalidate dcache on imxrt if memory is not in DTCMhathach
2023-05-18EHCI adding dcahe support, passing enumertaionhathach
2023-05-17adding hcd_dcache_clean/hcd_dcache_invalidatehathach
2023-05-16usbd: fix control transfer issue for chipidea hs when previous status and new...hathach
2023-05-10allow imxrt build with dual exmapleshathach
2023-04-06Handle iMX RT 1042 usb namingScott Shawcroft
2023-03-17fix trailing space and new linehathach
2023-03-14Merge pull request #1953 from tannewt/fix_cached_imx_resetHa Thach
2023-03-13Flush the dcd data on resetScott Shawcroft
2022-07-11bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XXhathach
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
2022-06-30mimxrt: Add/change definitions for MIMXRT11XX boards.robert-hh
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-03-03Add host string descriptor functionsScott Shawcroft
2022-02-26more internal renamehathach
2022-02-26mcu specific renamehathach
2022-02-25more symbol renamehathach
2022-02-25rename and move dcd_attr.h to tusb_mcu_attr.hhathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-12-02more chipideahathach
2021-12-01more work to abstract chipidea driverhathach