summaryrefslogtreecommitdiff
path: root/src/portable/synopsys/dwc2/dwc2_esp32.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-04-22Add ESP32-S31 as a supported MCU in TinyUSBigor.masar
2026-04-10add dwc2_clock_init() to have nrf54 initial sequence. currently stub for othe...hathach
2026-04-09rename ep_fifo_size (bytes) to otg_dfifo_depth (words)hathach
2026-03-05add hs_phy_type parameter to dwc2_phy_deinit for selective PHY deinitializati...hathach
2026-03-04add PHY deinitialization support for DWC2 driver across all MCUshathach
2025-09-16Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:igor.masar
2025-05-21osal_spin skipping lock/unlock when executed in isrhathach
2024-12-02Disable DWC HCD interrupt with MAX3421 enabledScott Shawcroft
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-20add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE optionhathach
2024-11-20have p4 dma somewhat working but having issue with buffer that does not occup...hathach
2024-11-20feature(dcd_dwc2): Added cache synchronizationRoman Leonov
2024-11-20feature(dcd_dwc2): Added cache synchronizationRoman Leonov
2024-11-08get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa...hathach
2024-11-07hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it...hathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-09-30esp32p4 use port0 as fs, port1 as highspeedhathach
2024-09-30added p4, seems to work well and enumeratedhathach
2024-09-08Merge branch 'master' into dwc2_dmaHiFiPhile
2024-09-04dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override (DM=...hathach
2024-06-27Merge branch 'master' of https://github.com/hathach/tinyusb into dwc2_dmaHiFiPhile
2024-06-20synopsys/dwc2_esp32: Add header for vTaskDelay.Andrew Leech
2024-04-25Check IN ep count limit.HiFiPhile
2022-06-04update all dwc2 ports to support new dynamic controller supporthathach
2021-10-30add support for EFM32GGhathach
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibr...hathach
2021-10-26add epin, epout to dwc2 regshathach
2021-10-26more renamehathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach