Skip to content

Commit

Permalink
Merge pull request rp-rs#598 from jannic/update-boot2
Browse files Browse the repository at this point in the history
Upgrade boot2 to version 0.3.0
  • Loading branch information
ithinuel authored May 20, 2023
2 parents 4ab43cb + e3767cb commit 6518dc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion on-target-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rp2040-hal = { path = "../rp2040-hal", version = "0.8", features = [
# Needed to set spi frequencies
fugit = "0.3.6"

rp2040-boot2 = "0.2"
rp2040-boot2 = "0.3.0"
critical-section = "1.0.0"

[features]
Expand Down
5 changes: 5 additions & 0 deletions rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- multicore: remove the requirement on the closure to never return - #594 @ithinuel
- Updated dependency on rp2040-boot2 to version 0.3.0. - @jannic
- This doubles the flash access speed to the value used by the C SDK by
default. So it should usually be safe. However, if you are overclocking
the RP2040, you might need to lower the flash speed accordingly.

## [0.8.1] - 2023-05-05

Expand Down Expand Up @@ -262,6 +266,7 @@ The Minimum-Supported Rust Version (MSRV) for this release is 1.54.

- Initial release

[Unreleased]: https://github.com/rp-rs/rp-hal/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/rp-rs/rp-hal/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/rp-rs/rp-hal/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/rp-rs/rp-hal/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rtic-monotonic = { version = "1.0.0", optional = true }
[dev-dependencies]
cortex-m-rt = "0.7"
panic-halt = "0.2.0"
rp2040-boot2 = "0.2.1"
rp2040-boot2 = "0.3.0"
hd44780-driver = "0.4.0"
pio-proc = "0.2.0"
dht-sensor = "0.2.1"
Expand Down

0 comments on commit 6518dc5

Please sign in to comment.