| Age | Commit message (Expand) | Author |
| 2025-11-08 | fix more alerts | hathach |
| 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 | more make refactor | hathach |
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | 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-07-02 | update example | hathach |
| 2025-06-27 | clean up | hathach |
| 2025-06-20 | cdch clean up and refactor, add explicit sync() API | hathach |
| 2025-06-19 | revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM | hathach |
| 2025-06-17 | add common cdch_process_set_config() to safely complete set_config() when it ... | hathach |
| 2025-06-16 | Merge branch 'master' into fork/IngHK/cdch_upgrade | 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-05-13 | fix warnings, minor clean up | hathach |
| 2025-04-23 | rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_... | hathach |
| 2025-04-22 | include h7rs in host examples. | HiFiPhile |
| 2025-03-25 | fix wanings | hathach |
| 2025-03-09 | Merge pull request #1627 from atoktoto/midihost | Ha Thach |
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach |
| 2025-03-05 | Merge branch 'master' into fork/atoktoto/midihost | hathach |
| 2025-03-03 | - add tuh_descriptor_get_string_langid() API | hathach |
| 2025-02-24 | add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb() | hathach |
| 2025-02-09 | Add CMake presets. | HiFiPhile |
| 2025-01-21 | bump up cmake min to 3.20 | hathach |
| 2024-11-07 | update bsp for h7 to support host mode | hathach |
| 2024-11-07 | enable stm32f4 host | hathach |
| 2024-10-31 | testing hcd with dma, work well after enumeration. | 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-07-18 | fix some clang compiler warnings | graham sanderson |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach |
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach |
| 2024-03-21 | Merge remote-tracking branch 'remotes/hathach/master' into work | IngHK |
| 2024-03-10 | added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUM | IngHK |
| 2024-03-04 | correct rp2040 host with max3421 | hathach |
| 2024-02-24 | added PL2303 support | IngHK |
| 2024-02-13 | improved tusb_config.h comment | IngHK |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach |
| 2024-01-19 | - add ch34x_set_data_format() | hathach |
| 2023-12-26 | initial support of CH34x CDC device | IngHK |
| 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-11-22 | fix typo in cdc line coding enum | hathach |
| 2023-11-20 | update example to work with featherwing max3421, set max3421 GPIO0 for vbus | hathach |