embassy/embassy-stm32
Scott Mabin e0ce7fcde7 stm32f2 pll overflow with crystal
With a large enough HSE input frequency, the vco clock calculation will
overflow a u32. Therefore, in this specific case we have to use the
inner value and cast to u64 to ensure the mul isn't clipped before
applying the divider.
2023-07-30 01:00:53 +01:00
..
src stm32f2 pll overflow with crystal 2023-07-30 01:00:53 +01:00
build.rs Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim 2023-07-28 17:18:22 -05:00
Cargo.toml add document-features 2023-07-28 16:59:13 +02:00