David-OConnor / stm32-hal

This library provides access to STM32 peripherals in Rust.
MIT License
147 stars 44 forks source link

U5 Support #36

Open gdf8gdn8 opened 2 years ago

gdf8gdn8 commented 2 years ago

Hi, Please support ST U5 series. https://www.st.com/en/microcontrollers-microprocessors/stm32u5-series.html#cad-resources

https://www.st.com/resource/en/svd/stm32u5_svd.zip

David-OConnor commented 2 years ago

Sweet. I guess there's no reason not to now that the SVD's out. I'll have a crack at it when I find time.

David-OConnor commented 2 years ago

Upon further consideration, I'd like to wait until it's supported in the stm32-rs repo, since this library is an abstraction upon the PACs these generate.

potentialdiffer commented 1 year ago

Hi together, just wanted to give a heads up on that the stm32u5 PAC has been merged: https://github.com/stm32-rs/stm32-rs/pull/744

driveraid commented 2 months ago

Any plans or progress here?

David-OConnor commented 2 months ago

Hey! I don't have the time ATM to add support for this, but you are welcome if you'd like! It will probably be a bit tedious, but doable.