| Age | Commit message (Expand) | Author |
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach |
| 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-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-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 |
| 2025-11-26 | dwc2 stm32 check if dcache enabled before calling SCB DCache function | hathach |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach |
| 2025-09-10 | Bring up to date with master | Dalton Caron |
| 2025-09-10 | Initial STM32WBARI eval support | Dalton Caron |
| 2025-09-10 | Merge pull request #3126 from salkinium/fix/phyc_pll | Ha Thach |
| 2025-09-10 | use tusb_time_delay_ms_api for delay, also move tusb_time api to common.h | hathach |
| 2025-07-07 | change CFG_TUSB_MEM_DCACHE_LINE_SIZE_DEFAULT (not defined) to 1 | hathach |
| 2025-07-05 | Use DMA enable for DCache condition | HiFiPhile |
| 2025-06-13 | Add STM32 DWC2 cache support | HiFiPhile |
| 2025-06-12 | merge n6 and h7rs (same config) | hathach |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison |
| 2025-05-17 | [stm32] Wait until the PHYC PLL is stable | Niklas Hauser |
| 2024-11-16 | Add support for STM32H7RSxx | Chintalagiri Shashank |
| 2024-10-17 | get hpri triggered | hathach |
| 2024-09-30 | update/rename ghwcfg registers | hathach |
| 2024-01-10 | Disable ULPI clock during sleep on stm32f7 when using internal phy | Alex Voinea |
| 2023-11-22 | fix h7 running on fullspeed phy has issue with WFI if not disable ULPI clock | hathach |
| 2023-10-31 | usb on u5a5 hs work well with correct VBVALEXTOEN/VBVALOVAL set | hathach |
| 2023-10-30 | addd dwc2_info.py/md update stm32u5a5 board clock & power configure, able to ... | hathach |
| 2023-10-18 | adding nulceo stm32u5a5, fix clock configure issue | hathach |
| 2023-09-26 | Added support for USB2 HS peripheral (with integrated HS PHY) on STM32U59x chips | bac |
| 2023-01-11 | dwc2: fix IAR warnings. | MasterPhi |
| 2022-12-04 | Fix typos | Bastien Nocera |
| 2022-10-13 | Add support for STM32U5 mcu | LynnL4 |
| 2022-09-13 | re-added code in pr 1438 to fix compile with h7 with 1 usb otg | hathach |
| 2022-06-29 | fix buid_board.py script | hathach |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach |
| 2022-06-06 | more ci fix | hathach |
| 2022-06-04 | update all dwc2 ports to support new dynamic controller support | hathach |
| 2022-06-03 | make dwc2 stm32 rhport support dynamic | hathach |
| 2022-04-20 | Update dwc2_stm32.h | Nikitarc |
| 2022-04-19 | Update dwc2_stm32.h | Nikitarc |
| 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-28 | support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phy | hathach |
| 2021-10-26 | add epin, epout to dwc2 regs | hathach |
| 2021-10-26 | more rename | hathach |
| 2021-10-26 | update dwc2_type | hathach |
| 2021-10-25 | moving esp32s2 to dwc2, abstract dwc2_set_turnaround() | hathach |
| 2021-10-25 | update dwc int enable/disable | hathach |
| 2021-10-25 | switch gd32 and stm32f4 to use new dwc2 driver | hathach |