mtthw-meyer / libdaisy-rust

Hardware Abstraction Layer implementation for Daisy boards
MIT License
47 stars 17 forks source link

chore(hal): bump stm32h7xx hal to 0.14.0 #34

Closed dobrite closed 1 year ago

dobrite commented 1 year ago

Worked through the errors one by one using the changelog until the library and examples compiled. No idea what I'm doing past that.

mtthw-meyer commented 1 year ago

Well my trunk build failed and this one worked.

mtthw-meyer commented 1 year ago

Complies locally using 1.68.2, probably need to update the CI to use that and the README to match the MSRV

dobrite commented 1 year ago

@mtthw-meyer I've done that over in the fork I've been working on here. Also missed bors so that's here.

I'll push another commit to fix this this evening.

dobrite commented 1 year ago

@mtthw-meyer Ok, this is ready for CI again.