| Age | Commit message (Expand) | Author |
| 2025-07-31 | clean up | hathach |
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of l... | hathach |
| 2025-07-29 | add ci build for at32: f402_405, f403a_407, f423 | hathach |
| 2025-07-28 | fix pre-commit, remove svd file since they are heavy and should be in mcu/sdk... | hathach |
| 2025-07-07 | Merge pull request #6 from ning3270455369/developer | ArteryTek |
| 2025-07-07 | support at32 mcu | zhiqiang |
| 2025-07-05 | Merge pull request #2793 from verylowfreq/pr-ch32v-usbfs-host | Ha Thach |
| 2025-07-05 | enable ci host and dual build for ch32v20x | hathach |
| 2025-07-05 | always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support... | hathach |
| 2025-07-04 | Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host | hathach |
| 2025-07-03 | Merge pull request #2593 from HiFiPhile/dcd_notif | Ha Thach |
| 2025-07-03 | reduce bInterval for default CDC descriptor from 16ms to 1ms | hathach |
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | hathach |
| 2025-07-03 | make notify API and memory configurable with CFG_TUD_CDC_NOTIFY | hathach |
| 2025-07-02 | Merge branch 'master' into fork/HiFiPhile/dcd_notif | hathach |
| 2025-07-02 | Merge pull request #3157 from hathach/update-buildsystem | Ha Thach |
| 2025-07-02 | build iar with circleci large resource | hathach |
| 2025-07-02 | update board_test always output to uart regardless of LOGGER option | hathach |
| 2025-07-02 | remove make wrapper for rp2040/espressif | hathach |
| 2025-07-02 | remove cmake arm-clang and make iar to reduce concurrent jobs | hathach |
| 2025-07-02 | update example | hathach |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach |
| 2025-07-02 | add doc for building examples with cmake build system | hathach |
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach |
| 2025-07-01 | Merge pull request #2967 from HiFiPhile/async_io | Ha Thach |
| 2025-07-01 | defer proc_async_io_done() | hathach |
| 2025-07-01 | update example | hathach |
| 2025-07-01 | refactor async io, add in_isr argument to tud_msc_async_io_done() | hathach |
| 2025-06-30 | Merge branch 'master' into fork/HiFiPhile/async_io | hathach |
| 2025-06-27 | Merge pull request #2488 from IngHK/cdch_upgrade | Ha Thach |
| 2025-06-27 | clean up | hathach |
| 2025-06-27 | use enum buf for process_set_config for ch34x and pl2303 | hathach |
| 2025-06-27 | update acm and pl2303 to match the rest of drivers | hathach |
| 2025-06-27 | Merge pull request #3153 from Milek7/implicit-fb | Zixun LI |
| 2025-06-27 | major refactor to generalize cdch serial driver | hathach |
| 2025-06-26 | audio_device: Fix data IN endpoints with implicit feedback | milek7 |
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile |
| 2025-06-20 | refactor, add cdch_internal_control_complete() | hathach |
| 2025-06-20 | refactor change signature of serial driver's process_set_config | hathach |
| 2025-06-20 | cdch clean up and refactor, add explicit sync() API | hathach |
| 2025-06-20 | usbh make TU_API_SYNC() public, to implement sync() API, change return of syn... | hathach |
| 2025-06-19 | union ftdi/pl2303/acm data to save memory. | hathach |
| 2025-06-19 | rename tuh_cdc_get_local_line_coding to tuh_cdc_get_line_coding_local | hathach |
| 2025-06-19 | revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM | hathach |
| 2025-06-19 | clean up pl2303 type data | hathach |
| 2025-06-19 | house keeping | hathach |
| 2025-06-18 | usbh: add new API tuh_descriptor_get_device_local() | hathach |
| 2025-06-18 | add get_itf_by_xfer() to better determine cdc interface from xfer complete ca... | 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 |