We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1afc7 commit 51a52a2Copy full SHA for 51a52a2
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased Changes
4
5
+## v0.3.0
6
+
7
+* Set PICO_FLASH_SPI_CLKDIV=2 when building boot2
8
9
+This doubles the flash access speed to the value used by the C SDK by
10
+default. So it should usually be safe. However, if you are overclocking
11
+the RP2040, you might need to lower the flash speed accordingly.
12
13
## v0.2.1
14
15
* Update boot2 code from SDK version 1.4.0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rp2040-boot2"
-version = "0.2.1"
+version = "0.3.0"
authors = ["The rp-rs Team"]
edition = "2018"
license = "BSD-3-Clause"
0 commit comments