stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
117 stars 68 forks source link

Bumping package versions #196

Closed Cryowatt closed 1 year ago

Cryowatt commented 1 year ago

I needed a newer version of synopsys-usb-otg so I decided to do the work of updating all the package versions and fixing the build issues. I'm opening this PR as a draft because I'm not sure what the testing/validation strategy is for this repository.

eldruin commented 1 year ago

Looks straight-forward to me, thank you! There are a couple of places that still need to be updated, though, as highlighted in the CI.

Cryowatt commented 1 year ago

The build issue with the examples should be fixed now. It passed in my fork but the clippy task did fail because I don't have a GITHUB_TOKEN secret configured.