Skip to content

Commit 8eaff0f

Browse files
committed
Update changelogs
1 parent 7b7983f commit 8eaff0f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

rp2040-hal/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ The Minimum-Supported Rust Version (MSRV) for the next release is 1.82
1414
- Bump MSRV to 1.82 because the crate `indexmap` (an indirect build-dependency) requires it.
1515

1616
### Added
17+
1718
- Implement core::fmt::Display and core::err:Error for ReadErrorType per the requirements of embedded-io 0.7.1
1819

1920
### Changed
2021

2122
- Update to pio 0.3.0
2223
- Update rand\_core to 0.9.3
2324
- Update embedded-io to 0.7.1
25+
- Breaking change: ADC now reports conversion errors - #740 @jannic
2426

2527
## [0.11.0] - 2024-12-22
2628

rp235x-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The Minimum-Supported Rust Version (MSRV) for the next release is 1.82
2222
- Update rand\_core to 0.9.3
2323
- Update embedded-io to 0.7.1
2424
- Fix handling of flags in `RebootKind::BootSel` reboot.
25+
- Breaking change: ADC now reports conversion errors - #740 @jannic
2526

2627
## [0.3.0] - 2025-03-02
2728

0 commit comments

Comments
 (0)