index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
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
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2026-06-23
usbd: disable xfer_isr path for ch32 usbfs/usbhs
HiFiPhile
2026-06-22
hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583
hathach
2026-06-18
dcd/ch58x: drive CH582/583 with shared dcd_ch32_usbfs.c
hathach
2026-06-18
Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs
hathach
2026-06-11
Merge remote-tracking branch 'origin/master' into stm32c5
hathach
2026-05-29
Merge branch 'master' into usbh-add-control-queue
hathach
2026-05-29
Implement asynchronous control transfer queuing for USB host stack
hathach
2026-05-24
Merge remote-tracking branch 'tinyusb/master' into stm32c5
HiFiPhile
2026-05-22
ch32v20x: fix port1 IP selection
HiFiPhile
2026-05-10
add stm32c5 support
HiFiPHile
2026-05-04
refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...
hathach
2026-04-25
Merge branch 'master' into musb-followup-3594
hathach
2026-04-25
clean up
hathach
2026-04-24
Merge pull request #3597 from canokeys/big-endian-for-setup-packets
Zixun LI
2026-04-23
Merge pull request #3601 from hathach/fix-conversion-warnings
Ha Thach
2026-04-22
Add ESP32-S31 as a supported MCU in TinyUSB
igor.masar
2026-04-21
optimize pipe_state_t sram for port with CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY.
hathach
2026-04-21
replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...
hathach
2026-04-17
remove duplicated tu_le16toh since we have converted the endian when setup.
Fan DANG
2026-04-17
fix some Wconversion warnings
hathach
2026-04-14
Merge branch 'hathach:master' into big-endian-for-setup-packets
Dang Fan
2026-04-13
introduce two more macros to follow tinyusb's style
Fan DANG
2026-04-13
fix(device): big-endian host support for SETUP packet handling
Fan DANG
2026-04-09
Add initial board support for nRF54LM20 DK
gab-k
2026-03-18
fix bugs in fsdev hcd, dcd and midi host stream write
hathach
2026-03-18
ch58x: fix MCU macro naming and add get_deps/boards entries
alt-0191
2026-03-18
add WCH CH58x (CH582/CH583) BSP and USB FS device/host driver
alt-0191
2026-03-16
clean up fsdev symbols
hathach
2026-03-13
remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressif
hathach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-11
rename .rx_multiple_packet_transfer to .rx_need_zlp
hathach
2026-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-03-11
Merge pull request #3545 from hathach/remove-div-tusb-fifo
Ha Thach
2026-03-10
Merge pull request #3530 from hathach/hcd_ip3516
Ha Thach
2026-03-10
remove expensive div in HWFIFO_ADDR_NEXT_N()
hathach
2026-03-09
refactor: add desc_device_noheader_t to simplify get device descriptor local
hathach
2026-03-09
usbh device descriptor validation, also check ep size > 0
hathach
2026-03-08
tinyusb: fix hwfifo PMA pointer advance on ring buffer wrap
Siddharth Chandrasekaran
2026-03-06
fix CI
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516
HiFiPhile
2026-03-06
Merge remote-tracking branch 'tinyusb/master' into samx7x_update
HiFiPhile
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-03-04
Merge branch 'master' into dwc2_deinit
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2026-02-27
add osal_time_millis() to osal requirement
hathach
2026-02-27
Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
HiFiPhile
2026-02-27
Fix IAR warnings
HiFiPhile
2026-02-27
dcd/samx7x: synchronize DMA and cache options
HiFiPhile
2026-02-26
refactor, rename to schedule function with usbh_call_after_ms() to use with e...
hathach
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
[next]