stm32l4xx-hal
stm32l4xx-hal copied to clipboard
STM32L4R5 PAC file is released
It seems that PAC file f or stm32l4r5 has just released in stm32-rs. Perhaps now stm32l4r5 feature can be enabled.
What needs to happen to get this done?
Here is a PR https://github.com/stm32-rs/stm32l4xx-hal/pull/292. The build is failing.
@gauteh
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
Great!