aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Zill <michael.zill@gmail.com>2024-09-29 06:19:37 +0200
committerGitHub <noreply@github.com>2024-09-29 04:19:37 +0000
commit6e68a5e6157204df4c79b0ea14a248cc8182863a (patch)
tree48f517d23af9ce64ae41a7e3cd29a64a7be2405d /rtic-monotonics/CHANGELOG.md
parent7b534b38e5aeb67f5fc0fa60f1ec1dd3956dc2bd (diff)
Feature/rp235x (#970)
* Add support for RP235x (Raspberry Pico 2) The xtask build system has not been updated therefor the components need to be build through Cargo * Remove unnecessary thumbv8mainhf-backend definition * Remove unnecessary thumbv8m.main-none-eabihf target * Update CHANGELOG * Remove default feature rp235x from rtic-monotonics * Remove features from rp235x-pac dependency in rtic-monotonics for rp235x
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 9bbdc6c..b13a3a9 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased
+### Added
+
+- RP235x support
+
## v2.0.2 - 2024-07-05
### Fixed