Added thumbv8 to rust-toolchain

This commit is contained in:
Henrik Tjäder 2023-02-06 12:35:40 +01:00
parent 9fb7559a86
commit c6c6a9e6c8

View file

@ -1,4 +1,4 @@
[toolchain] [toolchain]
channel = "nightly" channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] 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" ]