| Age | Commit message (Expand) | Author |
| 2026-04-06 | remove IAR toolchain support from make build system | hathach |
| 2026-04-05 | Merge pull request #3581 from non-bin/master | Ha Thach |
| 2026-04-03 | fix hil host cdc echo test with imxrt and other fast mcu | hathach |
| 2026-04-02 | update FatFS to R0.16 via abbrev/fatfs dependency | hathach |
| 2026-03-23 | update host msc hil test | hathach |
| 2026-03-20 | Add dd command to MSC file explorer for sector read and speed reporting, adju... | hathach |
| 2026-03-17 | add hil test for host msc and cdc | hathach |
| 2026-03-06 | Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516 | HiFiPhile |
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach |
| 2025-12-13 | example/msc_app: move buffers into usb ram section | 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-09-17 | Fix board_init_after_tusb | HiFiPhile |
| 2025-03-25 | fix wanings | hathach |
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach |
| 2024-11-26 | add buffer note for host msc api | 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-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-04 | Merge branch 'master' into enhance-bsp | hathach |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach |
| 2023-03-24 | update host example to use new tuh mem macros | hathach |
| 2023-03-17 | update example description | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach |
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson |
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach |
| 2022-11-21 | add board_getchar() for non-blocking getchar() | hathach |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach |
| 2022-11-21 | add pwd | hathach |
| 2022-11-21 | implement rm command | hathach |
| 2022-11-21 | fix build with rp2040 and rx65 | hathach |
| 2022-11-20 | implement cp command | hathach |
| 2022-11-19 | add mv command | hathach |
| 2022-11-19 | add mkdir | hathach |
| 2022-11-19 | implement cat command | hathach |
| 2022-11-19 | add cd command | hathach |
| 2022-11-19 | msc explorer ls work great | hathach |