diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-06 12:35:40 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:14 +0100 |
| commit | c6c6a9e6c8e89962fff802a4d1c5b69c54ce616b (patch) | |
| tree | 61414f704c162e13d830cbf48910267982e14fe7 | |
| parent | 9fb7559a86be9fc16689a32c60883920654f45f6 (diff) | |
Added thumbv8 to rust-toolchain
| -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 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" ] |
