You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #116 from ra-kete/fix-pac-features
Use correct PACs for stm32f318 and stm32f378
According to the "Supported Devices" table in the stm32f3 crate's README
(https://crates.io/crates/stm32f3) we were using the wrong PAC module
(`stm32f3x8`) for both smt32f318 and stm32f378. Because of that we also
supported some peripherals for these devices that are not actually
available for them.
This commit adds the correct PAC modules for the two devices in question
and fixes up the HAL code to use the correct peripherals.
0 commit comments