index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-04-21
refactor interrupt handling and add `pipe_write` to fix IN ZLP issue
hathach
2026-04-21
replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...
hathach
2026-04-20
fix usbnet hardcode speed. disable hil test for now
hathach
2026-04-20
add test for net_lwip_webserver with iperf throughput validation
hathach
2026-04-20
improving transfer tracking and adding support for un-armed Rx data handling
hathach
2026-04-17
Merge pull request #3603 from andrewleech/fix-tinyusb-mk-duplicate
Ha Thach
2026-04-17
tinyusb.mk: Remove duplicate usbc.c entry.
Andrew Leech
2026-04-17
Merge pull request #3594
Ha Thach
2026-04-17
Merge pull request #3599
Ha Thach
2026-04-16
fix(docs): update URL for STM32C071 Nucleo board documentation
StefanOroel
2026-04-16
Merge pull request #3598 from hathach/worktree-rp2040-freertos
Ha Thach
2026-04-14
suppress null-dereference warnings in FreeRTOS builds
hathach
2026-04-14
remove -Werror from example sources to prevent build examples
hathach
2026-04-14
fix ci
hathach
2026-04-14
refactor rp2040 family.cmake to use family_configure_example() and apply WARN...
hathach
2026-04-14
get freertos working with rp2040
hathach
2026-04-13
Merge pull request #3574 from gab-k/support-nrf54lm20a
Ha Thach
2026-04-11
Fix musb RXRDY Clearing
Brent Kowal
2026-04-10
update README.rst
hathach
2026-04-10
Update src/portable/synopsys/dwc2/dcd_dwc2.c
Ha Thach
2026-04-10
clean up
hathach
2026-04-10
fix DWC2 FIFO depth values for STM32 families
hathach
2026-04-10
fix nrf54 and freertos port
hathach
2026-04-10
Merge pull request #3593 from hathach/worktree-fix-stm32h5-uid-icache
Ha Thach
2026-04-10
add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...
hathach
2026-04-10
fix stm32h5 hard fault when reading UID with ICACHE enabled
hathach
2026-04-09
rename ep_fifo_size (bytes) to otg_dfifo_depth (words)
hathach
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
2026-04-06
remove IAR toolchain support from make build system
hathach
2026-04-05
Merge pull request #3581 from non-bin/master
Ha Thach
2026-04-05
Merge pull request #3587 from hathach/teensy_config
Ha Thach
2026-04-05
Merge pull request #3584 from hathach/fix-hil
Ha Thach
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 a...
hathach
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
2026-04-03
Merge pull request #3585 from hathach/fix/rp2350-unaligned-memcpy
Ha Thach
2026-04-03
Merge pull request #3580 from michael-membrowse/fix/merge_to_master_build
Ha Thach
2026-04-03
Merge pull request #3586 from felhub/master
Ha Thach
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
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
2026-04-02
Apply suggestion from @Copilot
Ha Thach
2026-04-02
rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM
hathach
[next]