summaryrefslogtreecommitdiff
path: root/src/portable/st
AgeCommit message (Expand)Author
2026-07-19Merge pull request #3757 from rhgndf/at32f403a_larger_pmaZixun LI
2026-07-19Potential fix for pull request findingZixun LI
2026-07-09dcd(fsdev): don't disarm an armed endpoint on clear-halt toggle resethathach
2026-07-06Set larger AT32 FSDEV PMA areaJie Feng
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-25Merge pull request #3616 from michaelajax/fix-stm32-usbcZixun LI
2026-06-24skip cable-plug trafficHiFiPhile
2026-06-24apply review suggestionsHiFiPhile
2026-06-24typec: add tuc_connect/tuc_disconnect apiHiFiPhile
2026-06-24typec: add stm32u5 supportHiFiPhile
2026-06-24Merge pull request #3648 from hathach/ch32_fsdevHa Thach
2026-06-23Merge remote-tracking branch 'tinyusb/master' into fix-stm32-usbcHiFiPhile
2026-06-18fix(stm32_fsdev): don't enable the unused USB wakeup EXTI IRQ (F1/F3/G4/L1)hathach
2026-06-18dcd/stm32_fsdev: restore CH32 EP0 CONTROL type when stallinghathach
2026-06-18dcd/stm32_fsdev: restore CH32 EP0 CONTROL type atomically with arminghathach
2026-06-18dcd/stm32_fsdev: tidy CH32 EP0 setup parsing and whitespacehathach
2026-06-18dcd/stm32_fsdev: make CH32 ep0_set_type read-modify-write atomichathach
2026-06-12Merge branch 'master' into ch32_fsdevHa Thach
2026-05-25optimize interrupt handling timeHiFiPhile
2026-05-24dcd/stm32_fsdev: workaround CH32 EP0 premature OUT ACKHiFiPhile
2026-05-10add stm32c5 supportHiFiPHile
2026-04-23typec/stm32: guard hard reset RX re-arm against uninitialized bufferMike Ajax
2026-04-23typec/stm32: updates based on Copilot reviewMike Ajax
2026-04-23typec/stm32: fix -Wcast-qual error, _rx_buf doesn't need constMike Ajax
2026-04-23typec/stm32: fix three UCPD sink bugs for strict PD 3.0 sourcesMike Ajax
2026-04-23Merge pull request #3590 from hathach/copilot/extract-hcd-pma-buffer-errata-w...Ha Thach
2026-04-17use single volatile counterhathach
2026-04-17fix some Wconversion warningshathach
2026-04-10debloat the workaroundHiFiPhile
2026-04-10Allow STM32 FSDEV delay override macros to satisfy 32-bit guardcopilot-swe-agent[bot]
2026-04-10Restore errata context comment on inline delay helpercopilot-swe-agent[bot]
2026-04-10Make fsdev errata delay helper static inlinecopilot-swe-agent[bot]
2026-04-09Polish FSDEV delay code readabilitycopilot-swe-agent[bot]
2026-04-09Clarify STM32U0 delay-default frequency usagecopilot-swe-agent[bot]
2026-04-09Simplify delay loop comment in shared FSDEV helpercopilot-swe-agent[bot]
2026-04-09Decouple DCON stabilize delay from BTABLE errata macrocopilot-swe-agent[bot]
2026-04-09Restore compile-time guard for STM32 FSDEV delay defaultscopilot-swe-agent[bot]
2026-04-09Document and polish shared FSDEV errata delay helpercopilot-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-16clean up fsdev symbolshathach
2026-03-16Unify USB FSDEV driver implementation for various microcontrollers. Replace `...hathach
2026-03-16Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcon...hathach
2026-02-27Merge remote-tracking branch 'tinyusb/master' into dwc2_deinitHiFiPhile
2026-02-05reverse pma size check to reduce duplicationhathach
2026-01-26fix stm32u0 data strideZixun LI
2026-01-24Fix macro directive for FSDEV of CH32V20xMitsumine Suzu
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