antoinevg / daisy_bsp

Board support package for the Electro-Smith Daisy Seed.
MIT License
67 stars 13 forks source link

Bump HAL to 0.11.0 #7

Closed phoracek closed 2 years ago

phoracek commented 2 years ago

The I2S constructor had to be change as its signature changed.

New features brought by this change are listed in https://github.com/stm32-rs/stm32h7xx-hal/blob/master/CHANGELOG.md.

A follow-up patch will leverage these to introduce a driver for the flash memory.

Signed-off-by: Petr Horacek hrck@protonmail.com

antoinevg commented 2 years ago

Awesome, thank you Petr!