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
/
portable
/
synopsys
/
dwc2
/
dwc2_esp32.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-04-22
Add ESP32-S31 as a supported MCU in TinyUSB
igor.masar
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-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
2025-09-16
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:
igor.masar
2025-05-21
osal_spin skipping lock/unlock when executed in isr
hathach
2024-12-02
Disable DWC HCD interrupt with MAX3421 enabled
Scott Shawcroft
2024-11-25
change dcd_dcache_*() API return type from void to bool
hathach
2024-11-22
TUD_EPBUF_TYPE_DEF ncm_device
hathach
2024-11-20
add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE option
hathach
2024-11-20
have p4 dma somewhat working but having issue with buffer that does not occup...
hathach
2024-11-20
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-20
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-08
get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa...
hathach
2024-11-07
hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it...
hathach
2024-10-15
move core init code to dwc2 common. update/correct build for esppressif
hathach
2024-09-30
esp32p4 use port0 as fs, port1 as highspeed
hathach
2024-09-30
added p4, seems to work well and enumerated
hathach
2024-09-08
Merge branch 'master' into dwc2_dma
HiFiPhile
2024-09-04
dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=...
hathach
2024-06-27
Merge branch 'master' of https://github.com/hathach/tinyusb into dwc2_dma
HiFiPhile
2024-06-20
synopsys/dwc2_esp32: Add header for vTaskDelay.
Andrew Leech
2024-04-25
Check IN ep count limit.
HiFiPhile
2022-06-04
update all dwc2 ports to support new dynamic controller support
hathach
2021-10-30
add support for EFM32GG
hathach
2021-10-29
skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibr...
hathach
2021-10-26
add epin, epout to dwc2 regs
hathach
2021-10-26
more rename
hathach
2021-10-25
moving esp32s2 to dwc2, abstract dwc2_set_turnaround()
hathach