Skip to content

Commit ab32a2c

Browse files
CopilotHiFiPhile
andauthored
Clarify STM32U0 delay-default frequency usage
Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
1 parent 84943db commit ab32a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/st/stm32_fsdev/fsdev_stm32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
#elif CFG_TUSB_MCU == OPT_MCU_STM32U3
147147
#define FSDEV_STM32_CPU_MHZ 96U
148148
#elif CFG_TUSB_MCU == OPT_MCU_STM32U0
149+
// Used by STM32 FSDEV PMA delay defaults as a conservative max CPU frequency.
149150
#define FSDEV_STM32_CPU_MHZ 56U
150151
#elif CFG_TUSB_MCU == OPT_MCU_STM32G0
151152
#define FSDEV_STM32_CPU_MHZ 64U

0 commit comments

Comments
 (0)