| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-09 | Restore compile-time guard for STM32 FSDEV delay defaults | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Document and polish shared FSDEV errata delay helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Remove accidental dependency gitlinks | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Refactor STM32 FSDEV PMA errata delay into common helper | copilot-swe-agent[bot] | |
| Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <[email protected]> | |||
| 2026-04-09 | Add initial board support for nRF54LM20 DK | gab-k | |
| 2026-04-06 | Merge pull request #3563 from hathach/remove-iar-make-support | Ha Thach | |
| Remove IAR toolchain support from make build system | |||
| 2026-04-06 | remove IAR toolchain support from make build system | hathach | |
| IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> | |||
| 2026-04-05 | Merge pull request #3581 from non-bin/master | Ha Thach | |
| Update FatFS to R0.16 | |||
| 2026-04-05 | Merge pull request #3587 from hathach/teensy_config | Ha Thach | |
| bsp/imxrt: refresh teensy config | |||
| 2026-04-05 | Merge pull request #3584 from hathach/fix-hil | Ha Thach | |
| Fix CDC echo test issue for IMXRT and fast MCUs | |||
| 2026-04-04 | move MAX3421_HOST build flag to test config for metro_m4_express | hathach | |
| 2026-04-04 | make board_uart_read()/write() return -1 when unimplemented for consistency ↵ | hathach | |
| across all families | |||
| 2026-04-04 | implement board_uart_read()/write() as non-blocking for all families | hathach | |
| 2026-04-03 | fix rp2040 uart read/write non-blocking | hathach | |
| 2026-04-03 | update stm32 to use better uart id | hathach | |
| 2026-04-03 | bsp/imxrt: refresh teensy config | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-03 | Merge pull request #3585 from hathach/fix/rp2350-unaligned-memcpy | Ha Thach | |
| rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM | |||
| 2026-04-03 | Merge pull request #3580 from michael-membrowse/fix/merge_to_master_build | Ha Thach | |
| ci: don't cancel build on merge to master | |||
| 2026-04-03 | Merge pull request #3586 from felhub/master | Ha Thach | |
| fix uart pin init for teensy | |||
| 2026-04-03 | add script and instruction to run remote hil on local ci server | hathach | |
| 2026-04-03 | stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ↵ | hathach | |
| in irq | |||
| 2026-04-03 | fix issue with exmaple | hathach | |
| 2026-04-03 | fix hil host cdc echo test with imxrt and other fast mcu | hathach | |
| 2026-04-02 | fixed uart pin init for teensy | felhub | |
| 2026-04-02 | Merge pull request #3579 from DavidKorczynski/patch-1 | Ha Thach | |
| Fix broken fuzzing harness | |||
| 2026-04-02 | Apply suggestion from @Copilot | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-04-02 | rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM | hathach | |
| Use volatile byte accesses to prevent the compiler from widening the byte-by-byte copy loop into 16/32-bit accesses, which cause a hard fault on RP2350 when targeting USB DPRAM (device memory). Closes #3554 | |||
| 2026-04-02 | update FatFS to R0.16 via abbrev/fatfs dependency | hathach | |
| - Add lib/fatfs to deps_mandatory in get_deps.py, pinned to R0.16 (commit 30ca13c6) from github.com/abbrev/fatfs mirror - Move TinyUSB custom ffconf.h to examples/host/msc_file_explorer/src/ with project-specific settings: FF_CODE_PAGE=437, FF_USE_LFN=1, FF_FS_RPATH=2, FF_VOLUMES=4, FF_FS_NORTC=1 - get_deps.py removes stock ffconf.h after clone to avoid conflict - Remove vendored fatfs source files from git tracking FatFS R0.16 includes important fixes since R0.15: - Fixed FAT32 FsInfo regression (forced full FAT scan on f_getfree) - Fixed f_readdir infinite loop (from R0.15b) - f_getcwd/.. now works on exFAT - Added FF_FS_CRTIME support | |||
| 2026-04-02 | Merge pull request #3561 from hathach/rp2040-hcd-epx | Ha Thach | |
| rp2 hcd rework: epx for non-interrupt and ping-pong double buffered | |||
| 2026-04-02 | add msc device to hil rp2040 host pool | hathach | |
| 2026-04-01 | fix issue caused by merging active + pending state | hathach | |
| 2026-04-01 | fix hil uid typo | hathach | |
| 2026-04-01 | reduce code size, use state to replace active + pending | hathach | |
| 2026-03-31 | finally get rp2040 host epx working with 2-sof solution for switching | hathach | |
| 2026-03-31 | Merge pull request #3578 from ↵ | Zixun LI | |
| ValentiWorkLearning/vkorniienko/improve/added-weact-h743-kit-support [feature] Added weact h743 board support | |||
| 2026-03-31 | Removed readme and modified the getting started doc | Valentyn Korniienko | |
| 2026-03-31 | Refreshed presets | Valentyn Korniienko | |
| 2026-03-31 | dont cancel build on merge to master | Michael Rogov Papernov | |
| 2026-03-31 | host abort transfer on short packet in double buffer. | hathach | |
| 2026-03-30 | Metadata update | Valentyn Korniienko | |
| 2026-03-30 | Dead code removal | Valentyn Korniienko | |
| 2026-03-30 | Fixed HSI launch | Valentyn Korniienko | |
| 2026-03-30 | Merge pull request #3575 from gab-k/dwc2-iso-out-reset | Zixun LI | |
| fix ISO OUT endpoint failure on alt-setting MPS change | |||
| 2026-03-30 | Remove accidental ST gitlinks | gab-k | |
| 2026-03-30 | Revert unintentional removal of comment | gab-k | |
| 2026-03-30 | Revert back to simple edpt_disable()/edpt_activate() inside ↵ | gab-k | |
| dcd_edpt_iso_activate(), Clear active EP bit in edpt_disable() | |||
| 2026-03-30 | Fix broken fuzzing harness | DavidKorczynski | |
| Refactor event signal generation to limit bus signal events generated by fuzzing harnesses. The main point is that the issues listed by OSS-Fuzz does not seem to be true positives https://issues.oss-fuzz.com/issues?q=project%3Dtinyusb%20status%3Dnew For example, the existing set up could generate USBD_EVENT_FUNC_CALL which is explicitly not a DCD event. This fixes the harnesses so they don't run into several of the oss-fuzz open issues. | |||
| 2026-03-30 | Added weact h743 board support | Valentyn Korniienko | |
| 2026-03-30 | hcd rp2 add double buffered for control endpoint transfers. | hathach | |
| 2026-03-29 | Merge pull request #3566 from Precidata/async-cleanup | Zixun LI | |
| Couple of random cleanup patches following async PR | |||
