cpu/stm32: add HWRNG support to CPU_LINE STM32F469XX

This commit is contained in:
kl 2021-10-12 15:35:46 +02:00
parent 50277d31e9
commit 0f2d10dfb7

View File

@ -126,6 +126,7 @@ config CPU_LINE_STM32F446XX
config CPU_LINE_STM32F469XX config CPU_LINE_STM32F469XX
bool bool
select CPU_FAM_F4 select CPU_FAM_F4
select HAS_PERIPH_HWRNG
select CLOCK_MAX_180MHZ select CLOCK_MAX_180MHZ
config CPU_LINE_STM32F479XX config CPU_LINE_STM32F479XX