| Age | Commit message (Expand) | Author |
| 2025-12-19 | clean up cmake, remove family_get_project_name() | hathach |
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile |
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | Zixun LI |
| 2025-12-16 | example: host: support hpmicro family | Zhihong Chen |
| 2025-12-15 | minor clean up | hathach |
| 2025-12-14 | bsp: nxp: add support for RW612 (FRDM-RW612) | gab-k |
| 2025-11-27 | bsp/stm32h5: support host mode | HiFiPhile |
| 2025-11-25 | hcd: add fsdev driver | HiFiPhile |
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n... | hathach |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach |
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach |
| 2025-10-14 | more make refactor | hathach |
| 2025-10-14 | more warnings fix | hathach |
| 2025-10-14 | move make.mk to hw/bsp/family_support.mk | hathach |
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile |
| 2025-07-09 | add board_vbus_set() for samd21/d51 to enable usb host vbus | hathach |
| 2025-07-05 | enable ci host and dual build for ch32v20x | hathach |
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison |
| 2025-05-15 | Merge branch 'master' into h7rs | HiFiPhile |
| 2025-04-22 | include h7rs in host examples. | HiFiPhile |
| 2025-04-17 | fix iar make build with wb and u5 | hathach |
| 2025-03-25 | fix wanings | hathach |
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach |
| 2025-02-09 | Add CMake presets. | HiFiPhile |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach |
| 2025-01-21 | bump up cmake min to 3.20 | hathach |
| 2024-11-26 | add buffer note for host msc api | hathach |
| 2024-11-07 | update bsp for h7 to support host mode | hathach |
| 2024-11-07 | enable stm32f4 host | hathach |
| 2024-10-28 | minor rename | hathach |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more con... | hathach |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach |
| 2024-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach |
| 2024-04-22 | fix print lu format warnings with clang | hathach |
| 2024-03-04 | correct rp2040 host with max3421 | hathach |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach |
| 2023-11-23 | move make.mk and rules.mk to build_system/make | hathach |
| 2023-09-28 | fix build with new freertos host example | hathach |
| 2023-09-27 | Merge branch 'master' into add-max3421-esp32 | hathach |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach |
| 2023-09-25 | adding host/cdc_msc_hid_freertos example | hathach |
| 2023-09-11 | wrap up build cmake & make support for max3421, to enable the Host driver, 'M... | hathach |
| 2023-08-30 | use ep buf to keep setup packet, work well with hid device | hathach |
| 2023-08-27 | minor update | hathach |
| 2023-08-27 | more update to transaction | hathach |
| 2023-08-14 | fix build iar with lpc43 | hathach |
| 2023-08-14 | add iar support for lpc43, add lpcxpresso43s67 to hil farm | hathach |
| 2023-08-07 | Merge pull request #2151 from kilograham/rp2040_build_fixes | Ha Thach |