| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2026-03-29 | Merge pull request #3576 from embedded-ideas/master | Zixun LI | |
| fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. | |||
| 2026-03-29 | fix incorrect check for NO_WARN_RWX_SEGMENTS_SUPPORTED. Use "NOT DEFINED" ↵ | Tobi | |
| instead of "NOT VAR" to properly detect whether the variable is unset. | |||
| 2026-03-28 | Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAK | gab-k | |
| 2026-03-28 | rp2 common refactor | hathach | |
| 2026-03-28 | Minimize changes in ISO OUT reset fix | gab-k | |
| 2026-03-28 | Add nrf54lm20 dwc2 info | gab-k | |
| 2026-03-28 | fix ISO OUT stale state on alt-setting switch with different MPS | gab-k | |
| 2026-03-28 | host epx clean up | hathach | |
| 2026-03-27 | osal/mynewt: fix queue receive tiemout | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-27 | Merge pull request #3570 from IntegraSources/mtp-changes | Zixun LI | |
| mtp: fixes in add_string | |||
| 2026-03-27 | fix string overflow | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
