Skip to content

Commit 2fb3e2a

Browse files
authored
Merge pull request #474 from jannic/update-pac
Update dependency on rp2040-pac to 0.4.0
2 parents 2b941db + 018965d commit 2fb3e2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rp2040-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Update dependency on rp2040-pac to 0.4.0 - @jannic
1213
- Update embedded-hal alpha support to version 1.0.0-alpha.9 - @jannic
1314
(Non-blocking traits were moved to embedded-hal-nb, which is not yet supported)
1415
- Implement UartConfig::new constructor method - @jannic

rp2040-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ eh1_0_alpha = { package = "embedded-hal", version = "=1.0.0-alpha.9", optional
1717
fugit = "0.3.6"
1818
itertools = { version = "0.10.1", default-features = false }
1919
nb = "1.0"
20-
rp2040-pac = "0.3.0"
20+
rp2040-pac = "0.4.0"
2121
paste = "1.0"
2222
pio = "0.2.0"
2323
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }

0 commit comments

Comments
 (0)