mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-26 03:06:32 +11:00
Update dependency on rp2040-pac to 0.4.0
This commit is contained in:
parent
2b941db745
commit
018965d015
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Update dependency on rp2040-pac to 0.4.0 - @jannic
|
||||||
- Update embedded-hal alpha support to version 1.0.0-alpha.9 - @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)
|
(Non-blocking traits were moved to embedded-hal-nb, which is not yet supported)
|
||||||
- Implement UartConfig::new constructor method - @jannic
|
- 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"
|
fugit = "0.3.6"
|
||||||
itertools = { version = "0.10.1", default-features = false }
|
itertools = { version = "0.10.1", default-features = false }
|
||||||
nb = "1.0"
|
nb = "1.0"
|
||||||
rp2040-pac = "0.3.0"
|
rp2040-pac = "0.4.0"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }
|
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue