| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-22 | docs: add WCH CH32V103 and CH583/CH582 to the supported MCU table | hathach | |
| Both run on the shared ch32_usbfs device driver (full-speed). CH32V103 is the older combined-control USBFS IP; CH583/CH582 (ch583 family) is device-only in this port. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> | |||
| 2026-06-11 | Merge remote-tracking branch 'origin/master' into stm32c5 | hathach | |
| # Conflicts: # README.rst | |||
| 2026-06-11 | README: use emoji for Supported CPUs status marks (#3691) | Ha Thach | |
| Replace the ✔/⚠/✖ status symbols in the Supported CPUs table and its legend with ✅ (Supported), 🟡 (Partial support) and ❌ (Not supported by hardware) for clearer at-a-glance scanning. | |||
| 2026-06-08 | Fix formatting in README.rst table | Ha Thach | |
| 2026-06-02 | docs: fix review issues in device_issues and README | claude[bot] | |
| - Remove duplicate toctree entry for reference/device_issues from docs/index.rst (already included via docs/reference/index.rst) - Fix WCH section title: CH32V10X/CH32V20X/CH32V30X → CH32F20x/CH32V20x/CH32V30x to match the three actual README table entries (CH32F20x, CH32V20x, CH32V305/307) - Update README anchor links to match the renamed section - Qualify USBFS non-ISO transfer safety claim: USBHS is protected by USBHS_INT_BUSY_EN but USBFS behavior is not yet confirmed - Fix LPC54600 note: "read errata" → "see device issues" - Remove "totally" from LPC54600 description Co-authored-by: Ha Thach <[email protected]> | |||
| 2026-06-02 | try to get render right | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-06-02 | Merge remote-tracking branch 'tinyusb/master' into ch32_warning | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-06-02 | rename to device issues | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-06-02 | add sponsor section | hathach | |
| 2026-06-01 | add device errata document | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-05-27 | Add data loss warning to CH32 USBFS/USBHS | Zixun LI | |
| According to WCH FAE transfer complete interrupt is not queued, later completed EP will overwrite INT_ST and RX_LEN. Which means to guarantee data integrity when multiples EPs are enabled: - USB IRQ must have highest priority - IRQ processing time must be less than ZLP duration (~600ns), which is absurd for a 144MHz CPU (85 cycles) Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-05-10 | add stm32c5 support | HiFiPHile | |
| Signed-off-by: HiFiPHile <[email protected]> | |||
| 2026-04-22 | Add ESP32-S31 as a supported MCU in TinyUSB | igor.masar | |
| 2026-04-10 | update README.rst | hathach | |
| 2026-03-14 | fix readme | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-10 | Merge pull request #3530 from hathach/hcd_ip3516 | Ha Thach | |
| Add IP3516 HCD support | |||
| 2026-03-06 | Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-06 | add hil test, update readme | hathach | |
| 2026-02-07 | Add MIDI to Host Stack section in README | Ha Thach | |
| 2026-01-16 | Integrate MemBrowse | Michael Rogov Papernov | |
| 2026-01-09 | Merge branch 'master' into fork/zhiqiang-ch/master | hathach | |
| 2026-01-06 | Merge pull request #3441 from hathach/fifo-access-mode | Ha Thach | |
| HWFIFO access-mode refactor and stride-aware FIFO fixes across FSDEV/RUSB2/MUSB | |||
| 2025-12-31 | update tu_fifo to work with fsdev hwfifo with increased address 16/32bit | hathach | |
| 2025-12-30 | support for the AT32F45X series | zhiqiang-ch | |
| 2025-12-16 | more fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | update README.rst to add HPMicro MCU | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-15 | minor clean up | hathach | |
| 2025-12-14 | Update README | gab-k | |
| 2025-12-13 | update LPC54 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-10 | hw/mcu: add support for NXP RW612 | gab-k | |
| 2025-11-30 | Update note | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-26 | Update doc | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-11-25 | Update README.rst | HiFiPhile | |
| 2025-11-18 | Fix link to Getting Started documentation | Toon Van Eyck | |
| 2025-11-11 | update doc | hathach | |
| 2025-11-07 | Merge pull request #3325 from tswan22/master | Zixun LI | |
| Add STM32U3 Device | |||
| 2025-11-05 | added .clang-format | hathach | |
| fix more alerts disable IAR CStat since pvs-studio check is better integrated with clion | |||
| 2025-11-01 | Merge branch 'master' of https://github.com/hathach/tinyusb | tswan22 | |
| 2025-11-01 | add STM32U3 device (adjusted from STM32U0) | tswan22 | |
| 2025-10-30 | Merge branch 'master' into add-ohci-lpc55 | hathach | |
| # Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake | |||
| 2025-10-14 | Update README.rst | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-14 | add tools that provided freely to develop project | hathach | |
| 2025-10-10 | try to enable ohci for lpc55 but not working, probably clock issue | hathach | |
| 2025-10-06 | remove dcd_esp32sx which is replaced by dwc2 | hathach | |
| 2025-10-02 | Merge pull request #3023 from ennebi/mtp | Ha Thach | |
| Add support for MTP device class | |||
| 2025-10-02 | add CLAUDE.md and fix pre-commit build | hathach | |
| 2025-10-01 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-30 | update docs | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
