Skip to content

Commit 51a52a2

Browse files
committed
Bump version to 0.3.0 and add CHANGELOG entry
1 parent 8c1afc7 commit 51a52a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased Changes
44

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+
513
## v0.2.1
614

715
* Update boot2 code from SDK version 1.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp2040-boot2"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["The rp-rs Team"]
55
edition = "2018"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)