9ebf7eee6d
652: Use new stm32-data registers and fix AHB clock calculation r=Dirbaio a=msamsonoff This is the follow-on to my PR against stm32-data that added new register enums for the G0. I have updated the G0 RCC module to use those new enums. I have also fixed an issue with the calculation of the AHB clock rate. 32 is not available as an AHB prescaler. The sequence jumps from 16 to 64. The original bit shifting math did not account for this gap. I have replaced it with a `match` instead. 653: Fixes for rustdoc building. r=Dirbaio a=Dirbaio Co-authored-by: Matthew W. Samsonoff <matt.samsonoff@gmail.com> Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |