stm32-rs / stm32-eth

Embedded Ethernet driver in Rust
Apache License 2.0
150 stars 47 forks source link

Update hals #97

Closed datdenkikniet closed 4 weeks ago

datdenkikniet commented 3 months ago

Update HALs to the latest version

jmgrosen commented 4 weeks ago

Any chance of getting this merged soon? Thanks!

datdenkikniet commented 4 weeks ago

Will update stm32f4xx-hal to 0.21 for now. 0.22 is much more hassle: it includes an update of stm32f4 to stm32f4-staging, which will require a rewrite of our patched-up PTP support (it has some special timing requirements which we decided to solve by wrapping some parts of stm32f4 directly.

Thank you for the ping :)

Will release as v0.7.0 soon.

Edit: release is now published.

jmgrosen commented 4 weeks ago

Wonderful, thank you!