Closed chrenderle closed 1 day ago
Now all errors should be fixed apart from those depending on the PR.
is the ci failure is due to stm32-metapac needing updating? you can do it by changing the commit hash in Cargo.toml (in two places)
is the ci failure is due to stm32-metapac needing updating? you can do it by changing the commit hash in Cargo.toml (in two places)
yes, the errors are because of the stm32-metapac update. I will change the hashes
@Dirbaio do I just take the latest hash or the one with the changes I need?
ideally latest!
I removed a commit since someone else did the change already but in a way that was unable to merge automatically. Now the build-xtensa is failing because of some timeout.
The pr should be ready to merge
Adding low-power support for the stm32u0. This PR depends on embassy-rs/stm32-data#540.
I can measure ~9uA for a blinky with 0.5Hz LED frequency. During stop the power consumption is ~2uA when the LED is off. The measurements are on my Nucleo-U083RC.