mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
# stm32f746g-disco provides a 25MHz HSE so they need a custom PLL config
|
|
# to remain in 216MHz max clock.
|
|
CONFIG_CUSTOM_PLL_PARAMS=y
|
|
CONFIG_CLOCK_PLL_M=25
|
|
CONFIG_CLOCK_PLL_N=432
|