stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

Update stm32g0 to 0.15.1 #147

Closed rblaze closed 4 months ago

rblaze commented 4 months ago

I see there have already been two attempts to update this dependency, blocked by the malformed SVD for the new MCUs. This CL doesn't try to add any new MCUs directly; it just updates a dependency.

I plan to add G0B1 MCU later, which is unaffected by the SVD problem.

andresv commented 4 months ago

Thanks for the PR. Could you run cargo fmt, it currently fails because of formating.

rblaze commented 4 months ago

Done.

andresv commented 4 months ago

I was trigger happy and merged it without seeing that some tests failed:

Could you create new PR where those issues are also resolved. Sorry about messing this one up.