mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Merge pull request #474 from jannic/update-pac
Update dependency on rp2040-pac to 0.4.0
This commit is contained in:
commit
2fb3e2a7e9
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
|
||||
- Update dependency on rp2040-pac to 0.4.0 - @jannic
|
||||
- Update embedded-hal alpha support to version 1.0.0-alpha.9 - @jannic
|
||||
(Non-blocking traits were moved to embedded-hal-nb, which is not yet supported)
|
||||
- Implement UartConfig::new constructor method - @jannic
|
||||
|
|
|
@ -17,7 +17,7 @@ eh1_0_alpha = { package = "embedded-hal", version = "=1.0.0-alpha.9", optional
|
|||
fugit = "0.3.6"
|
||||
itertools = { version = "0.10.1", default-features = false }
|
||||
nb = "1.0"
|
||||
rp2040-pac = "0.3.0"
|
||||
rp2040-pac = "0.4.0"
|
||||
paste = "1.0"
|
||||
pio = "0.2.0"
|
||||
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }
|
||||
|
|
Loading…
Reference in a new issue