Greg V
|
9fcc207629
|
stm32l1/rcc: fix clock frequency assertion
It was comparing a number in Hz (!) to "32" (MHz).
embassy-stm32's units don't work like those used by stm32-hal :/
|
2022-01-14 22:59:57 +03:00 |
|
Greg V
|
456b56d4fd
|
stm32l1/rcc: set required flash bits for high frequencies
As is done for lots of other families
|
2022-01-14 22:59:57 +03:00 |
|
Dario Nieuwenhuis
|
2eb0cc5df7
|
stm32/rcc: remove Rcc struct, RccExt trait.
All the RCC configuration is executed in init().
|
2022-01-05 00:00:44 +01:00 |
|
Dario Nieuwenhuis
|
b06e705a73
|
stm32/rcc: change family-specific code from dirs to single files.
Consistent with how other peripherals handle their versions.
|
2022-01-04 19:28:15 +01:00 |
|