| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-17 | fix some Wconversion warnings | hathach | |
| 2026-03-07 | Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bits | gab-k | |
| 2026-03-06 | Merge pull request #3528 from hathach/improve-iar-warnings | Ha Thach | |
| Add IAR warning flags to CMake build and resolve warnings | |||
| 2026-03-06 | fix warnings | hathach | |
| 2026-03-05 | update PORTSC1 | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-03-05 | ci_hs: add deinit support | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | support hpmicro chips | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-14 | bsp: nxp: add support for RW612 (FRDM-RW612) | gab-k | |
| - Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples. | |||
| 2025-12-10 | hw/mcu: add support for NXP RW612 | gab-k | |
| 2025-11-26 | change tu_fifo_buffer_info_t layout | hathach | |
| 2025-11-19 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-10-22 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-22 | Fix copilot issues | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-22 | Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-05-04 | dcd/ci_hs: add vbus charge option. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-29 | attach debouncing fixed issue with port1 highspeed on imxrt | hathach | |
| 2025-04-23 | rename and expose tuh_bus_info_get() to application | hathach | |
| 2024-11-30 | Fix HCD build. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix typo. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Restore DCache clean/invalidate. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Merge branch 'master' into rt1170 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-25 | change dcd_dcache_*() API return type from void to bool | hathach | |
| 2024-11-02 | Replace cache clean/invalidate by MPU config. | HiFiPhile | |
| 2024-10-14 | change dcd_init() return from void to bool | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | hcd_init() take init struct | hathach | |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach | |
| 2024-05-27 | chipidea/mimxrt: Add support for dcd_sof_enable(). | Andrew Leech | |
| 2024-04-05 | minor update bsp | hathach | |
| 2024-04-05 | fix pre-commit format | hathach | |
| 2024-04-02 | Merge branch 'master' into MCX | hathach | |
| 2024-02-24 | only save/restore CLK_RECOVER_IRC_EN/CTRL if ↵ | hathach | |
| FSL_FEATURE_USB_KHCI_IRC48M_MODULE_CLOCK_ENABLED is defined to 1 | |||
| 2024-02-24 | frdm k64f usb work well, add kinetis_k to ci cmake | hathach | |
| 2024-02-20 | MCX A and MCX N merged to MCX family | Jerry Palacios | |
| 2024-02-07 | frdmmcxa153 files added | Jerry Palacios | |
| 2023-08-07 | Add tuh_rhport_is_active() and tuh_rhport_reset_bus() | hathach | |
| - also improve ehci bus reset - seperate bus reset delay and contact debouncing delay in enumeration | |||
| 2023-08-03 | add lpc43 family | hathach | |
| 2023-07-24 | Merge pull request #2173 from hathach/imxrt-dcache-align | Ha Thach | |
| change dcache clean/invalidate return type to bool | |||
| 2023-07-24 | change dcache clean/invalidate return type to bool | hathach | |
| add tu_assert() check for aligned 32byte address for imxrt | |||
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-07-14 | Fix host buffer alignment setting | Scott Shawcroft | |
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-16 | renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX | hathach | |
| fix build util with makefile | |||
| 2023-06-15 | refactor khci to chipidea fs driver for device (host is not yet) | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-19 | only clean/invalidate dcache on imxrt if memory is not in DTCM | hathach | |
| 2023-05-18 | EHCI adding dcahe support, passing enumertaion | hathach | |
