index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
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
hil-report
master
merge_os
port-embos
raw_gadget_review
update-sponsor
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
/
portable
/
synopsys
Age
Commit message (
Expand
)
Author
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-17
fix some Wconversion warnings
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
add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...
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-03-30
Revert unintentional removal of comment
gab-k
2026-03-30
Revert back to simple edpt_disable()/edpt_activate() inside dcd_edpt_iso_acti...
gab-k
2026-03-28
Clear DOEPCTL_USBAEP instead of setting DOEPCTL = DOEPCTL_SNAK
gab-k
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-05
add hs_phy_type parameter to dwc2_phy_deinit for selective PHY deinitializati...
hathach
2026-03-04
add PHY deinitialization support for DWC2 driver across all MCUs
hathach
2026-03-03
Merge branch 'master' into dwc2_deinit
hathach
2026-03-02
fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4
Tomas Rezucha
2026-02-27
cleanup
HiFiPhile
2026-02-27
Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
HiFiPhile
2026-02-23
refactor: streamline high-speed PHY detection and configuration in DWC2 driver
hathach
2026-02-23
refactor: improve high-speed PHY handling and FIFO configuration in DWC2 driver
hathach
2026-02-22
Apply suggestions from code review
Zixun LI
2026-02-22
refactor speed check
HiFiPhile
2026-02-21
check femtoPHY speed
HiFiPhile
2026-02-21
fix ci
HiFiPhile
2026-02-20
refactor config option
HiFiPhile
2026-02-19
Fix a couple indentations
Cédric Berger
2026-02-19
Introduce TUH_CFGID_PHY_SPEED configure option
Cédric Berger
2026-02-19
Better variable/function names
Cédric Berger
2026-02-13
use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value
hathach
2026-02-13
add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vb...
hathach
2026-01-31
dwc2: add stm32n6 DMA regions
HiFiPhile
2026-01-31
dwc2: add vbus sense config
HiFiPhile
2026-01-30
dcd/dwc2: Fix SEDET unable to be cleared on stm32u5
HiFiPhile
2026-01-09
Merge branch 'master' into fork/zhiqiang-ch/master
hathach
2026-01-06
hcd/dwc2: retry transfer on data toggle error
HiFiPhile
2026-01-06
hcd/dwc2: disable ID change interrupt due to stuck on stm32f7
HiFiPhile
2026-01-06
dwc2: implement deinit
HiFiPhile
2026-01-06
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
hathach
2026-01-03
fix build with dwc2
hathach
2026-01-03
add default access mode for tu_hwfifo API make it easier for non-custom read/...
hathach
2026-01-03
add tu_hwfifo_access_t param to hwfifo API
hathach
2026-01-01
change signature of tu_hwfifo_* to have hwfifo as first parameter
hathach
2025-12-31
add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplica...
hathach
2025-12-31
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
hathach
2025-12-31
re-branding fixed address fifo read/write to stride mode
hathach
2025-12-30
tusb_fifo remove item_size make it fifo of bytes
hathach
2025-12-30
support for the AT32F45X series
zhiqiang-ch
[next]