summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-04-10debloat the workaroundHiFiPhile
2026-04-09Polish FSDEV delay code readabilitycopilot-swe-agent[bot]
2026-04-09Decouple DCON stabilize delay from BTABLE errata macrocopilot-swe-agent[bot]
2026-04-09Refactor STM32 FSDEV PMA errata delay into common helpercopilot-swe-agent[bot]
2026-03-18fix bugs in fsdev hcd, dcd and midi host stream writehathach
2026-03-16Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon...hathach
2026-01-06hcd/stm32_fsdev: fix init after device modeHiFiPhile
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-03add default access mode for tu_hwfifo API make it easier for non-custom read/...hathach
2025-12-31replace PMA buffer packet read/write by using tu_hwfifo APIhathach
2025-12-15minor clean uphathach
2025-11-28Fix deinit glitchHiFiPhile
2025-11-28Use one endpoint for EP0HiFiPhile
2025-11-27Add max nak configZixun LI
2025-11-27free previously allocated OUT endpoint if IN allocation failedZixun LI
2025-11-27Remove redundant EP reg clearZixun LI
2025-11-27Add fsdev_deinitZixun LI
2025-11-27extract core resetZixun LI
2025-11-26reorganize ctr_rx workaroundZixun LI
2025-11-25hcd/fsdev: more refactorHiFiPhile
2025-11-25fsdev: reorganize functionsHiFiPhile
2025-11-25hcd: add fsdev driverHiFiPhile