diff options
| author | Michael Zill <michael.zill@gmail.com> | 2024-09-29 06:19:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 04:19:37 +0000 |
| commit | 6e68a5e6157204df4c79b0ea14a248cc8182863a (patch) | |
| tree | 48f517d23af9ce64ae41a7e3cd29a64a7be2405d /rust-toolchain.toml | |
| parent | 7b534b38e5aeb67f5fc0fa60f1ec1dd3956dc2bd (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 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 40cbafa..fe0c92a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "stable" components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] -targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ] +targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ] |
