aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorMartins Polakovs <mp@foo.lv>2024-04-21 13:46:29 +0300
committerGitHub <noreply@github.com>2024-04-21 10:46:29 +0000
commit5d05d607eefde4a659150f8180457b0eed37bc8c (patch)
tree17dae6b9f1cb264ee958f0a5716ccbe67cef308f /rtic-monotonics/CHANGELOG.md
parentacb9f446425a3bf6b00e542770bdbfd3c0bfe53e (diff)
Bump rp2040-pac to 0.6 in rtic-monotonics (#905)
* Support rp2040-pac v0.6 in rtic-monotonics * Add changelog entry * Fix rp2040_local_i2c_init example
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index f114a18..14d239d 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -13,6 +13,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- Most timer tick rates are now configurable
- Tweak `build.rs` to avoid warnings in Nightly 1.78+
- Removed unused `rust-toolchain.toml`
+- RP2040 PAC 0.6 support
## v1.5.0 - 2024-01-10