rp2040-hal v0.12.0
MSRV
The Minimum-Supported Rust Version (MSRV) for the next release is 1.82
- Bump MSRV to 1.82 because the crate
indexmap(an indirect build-dependency) requires it.
Added
- Implement core::fmt::Display and core::err:Error for ReadErrorType per the requirements of embedded-io 0.7.1 - #967 @Gip-Gip
Changed
- Update
pioto 0.3.0 - #923 #918 @jannic - Update
rand_coreto 0.9.3 - #941 @jannic - Update
embedded-ioto 0.7.1 - #967 @Gip-Gip - Breaking change: ADC now reports conversion errors - #740 @jannic
- Fix
rp-binary-end- #932 @jannic - Fix new clippy warnings - #930 @jannic
- Fix
manual_div_ceilclippy lints - #902 @jannic - Fix implementations of
embedded_io::WriteforUartPeripheral- #895 @jannic - Fix
embedded-hal::i2c::transactionsupport by removing automatic generation of i2c restart between transactions - #827 @jannic - Implement
SetDutyCyclegenerically on PWM ChannelId - #909 @jannic - Improve docs around GPIO proc_int[sef] functions - #908 @jannic