| Age | Commit message (Expand) | Author |
| 2026-03-27 | Merge pull request #3570 from IntegraSources/mtp-changes | Zixun LI |
| 2026-03-25 | mtp: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTED | stepan chepushtanov |
| 2026-03-18 | fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUs | hathach |
| 2026-03-13 | actual build make/cmake for ft9xx | hathach |
| 2026-03-13 | add support for CH32F20X MCU and update board configuration | hathach |
| 2026-03-12 | fix example | Zixun LI |
| 2026-03-12 | Merge branch 'master' into ncm_restart | Zixun LI |
| 2026-03-12 | refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLP | hathach |
| 2026-03-12 | refactor(config): separate endpoint buffer sizes into RX and TX definitions f... | hathach |
| 2026-03-07 | Merge pull request #3519 from hathach/samx7x_update | Ha Thach |
| 2026-03-07 | - update SAME70 BSP: remove unused definitions, consolidate startup files | hathach |
| 2026-03-06 | fix hil test | hathach |
| 2026-03-06 | reduce bufsize to compile with small mcu | hathach |
| 2026-03-06 | add hil test, update readme | hathach |
| 2026-03-06 | replace printer_to_hid example with printer_to_cdc example | hathach |
| 2026-03-06 | add full read/write() API, use edpt stream for printer class | hathach |
| 2026-03-06 | update printer class: enhance descriptors, buffer sizes, and callbacks | hathach |
| 2026-03-06 | Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printer | hathach |
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach |
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach |
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach |
| 2026-03-01 | Merge remote-tracking branch 'tinyusb/master' into ncm_restart | HiFiPhile |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach |
| 2026-02-10 | Merge branch 'refs/heads/master' into copilot/improve-build-steps-rp2040-esp32 | hathach |
| 2026-01-19 | example: update comment on CDC EP size | Zixun LI |
| 2026-01-14 | Merge 'upstream/master' into device-class-printer | Rémi Berthoz |
| 2026-01-14 | Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c | Zixun LI |
| 2026-01-14 | bsp: add TI EK-TM4C1294XL | HiFiPhile |
| 2026-01-08 | Fix typo in printer_to_hid example | Rémi Berthoz |
| 2026-01-07 | printer device: replace [[maybe_unused]] with (void) | Rémi Berthoz |
| 2026-01-07 | Adjust printer device class to 0.20.0 and fix compilation warnings | Rémi Berthoz |
| 2026-01-04 | Implement Printer Device Class | Rémi Berthoz |
| 2025-12-29 | example/mtp: fix root parent id | HiFiPhile |
| 2025-12-28 | example/net: add led blink task | HiFiPhile |
| 2025-12-20 | Added tud_vendor_write_clear() which forcefully clears TX buffer | James Smith |
| 2025-12-19 | clean up cmake, remove family_get_project_name() | hathach |
| 2025-12-16 | example: with FreeRTOS: skip hpmicro | Zhihong Chen |
| 2025-12-02 | adding metrics for computing average compiled size | hathach |
| 2025-11-28 | fix build with zephyr with latest nrfx v4 | hathach |
| 2025-11-27 | change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF... | hathach |
| 2025-11-27 | add tud_vendor_n_read_discard(), refactor vendor device. Update webusb exampl... | hathach |
| 2025-11-25 | example: fix audio_debug glitch on Windows | Zixun LI |
| 2025-11-21 | Also fix bDescriptorType | HiFiPhile |
| 2025-11-21 | Fix in multiple example codes, wrong descriptor length was taken for tusb_des... | Thomas Rubin |
| 2025-11-19 | clean up | hathach |
| 2025-11-19 | Merge branch 'refs/heads/master' into dwc2_ep0 | hathach |
| 2025-11-17 | Merge pull request #3345 from hathach/update-iso-alloc | Ha Thach |
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ... | hathach |
| 2025-11-14 | Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master | Mengsk |
| 2025-11-12 | migrate cdc device to use edpt stream API | hathach |