stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
156 stars 103 forks source link

STM32L4R5 PAC file is released #323

Open explocion opened 2 years ago

explocion commented 2 years ago

It seems that PAC file f or stm32l4r5 has just released in stm32-rs. Perhaps now stm32l4r5 feature can be enabled.

mattcarp12 commented 2 years ago

What needs to happen to get this done?

mattcarp12 commented 2 years ago

Here is a PR https://github.com/stm32-rs/stm32l4xx-hal/pull/292. The build is failing.

@gauteh

mattcarp12 commented 2 years ago

New release from stm32-rs https://github.com/stm32-rs/stm32-rs/releases/tag/v0.15.0 including the L4R5 support.

New PR here: https://github.com/stm32-rs/stm32l4xx-hal/pull/324

explocion commented 2 years ago

Great!