aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-06 12:35:40 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:14 +0100
commitc6c6a9e6c8e89962fff802a4d1c5b69c54ce616b (patch)
tree61414f704c162e13d830cbf48910267982e14fe7 /rust-toolchain.toml
parent9fb7559a86be9fc16689a32c60883920654f45f6 (diff)
Added thumbv8 to rust-toolchain
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index e28b55d..339b5f2 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
-targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]
+targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ]