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
This commit is contained in:
Michael Zill 2024-09-29 06:19:37 +02:00 committed by GitHub
parent 7b534b38e5
commit 6e68a5e615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 186 additions and 1 deletions

View file

@ -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