| Age | Commit message (Expand) | Author |
| 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-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-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 |
| 2025-11-09 | Merge pull request #3334 from hathach/fix-alerts-3 | Ha Thach |
| 2025-11-08 | fix more alerts | hathach |
| 2025-11-08 | Merge remote-tracking branch 'origin/fix-alerts-3' into fix-alerts-3 | hathach |
| 2025-11-07 | fix more alerts found by pvs-studio | hathach |
| 2025-11-07 | Merge pull request #3321 from gabChouin/audio_ep_in_target_fifo_size | Zixun LI |
| 2025-11-07 | Implement RX FIFO threshold adjustment | HiFiPhile |
| 2025-11-07 | fix more alerts found by pvs-studio | hathach |
| 2025-11-06 | fix more alerts | hathach |
| 2025-11-06 | make host info to devcie cdc to work with freertos/noos | hathach |
| 2025-11-05 | added .clang-format | hathach |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach |
| 2025-11-03 | fixing alert by scanning tool | hathach |
| 2025-10-31 | Fixed trailing whitespaces in files (used wrong editor) | Tobi |