summaryrefslogtreecommitdiff
path: root/src/portable/chipidea/ci_hs
AgeCommit message (Expand)Author
2026-07-14dcd(ci_hs): stale overlay fix; run usbtest on lpcxpresso43s67hathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-07Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bitsgab-k
2026-03-06Merge pull request #3528 from hathach/improve-iar-warningsHa Thach
2026-03-06fix warningshathach
2026-03-05update PORTSC1Zixun LI
2026-03-05ci_hs: add deinit supportZixun LI
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
2025-12-16support hpmicro chipsZhihong Chen
2025-12-14bsp: nxp: add support for RW612 (FRDM-RW612)gab-k
2025-12-10hw/mcu: add support for NXP RW612gab-k
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-05-04dcd/ci_hs: add vbus charge option.HiFiPhile
2025-04-29attach debouncing fixed issue with port1 highspeed on imxrthathach
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
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
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-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