Skip to content

Commit

Permalink
Bump version to 0.3.0 and add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Jan 13, 2023
1 parent 8c1afc7 commit 51a52a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased Changes

## v0.3.0

* Set PICO_FLASH_SPI_CLKDIV=2 when building boot2

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.

## v0.2.1

* Update boot2 code from SDK version 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp2040-boot2"
version = "0.2.1"
version = "0.3.0"
authors = ["The rp-rs Team"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 51a52a2

Please sign in to comment.