From 6e68a5e6157204df4c79b0ea14a248cc8182863a Mon Sep 17 00:00:00 2001 From: Michael Zill Date: Sun, 29 Sep 2024 06:19:37 +0200 Subject: 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 --- rtic-monotonics/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtic-monotonics/CHANGELOG.md') 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 -- cgit v1.2.3