10 lines
208 B
TOML
10 lines
208 B
TOML
[toolchain]
|
|
channel = "nightly-2023-05-18"
|
|
components = [ "rust-src", "rustfmt" ]
|
|
targets = [
|
|
"thumbv6m-none-eabi",
|
|
"thumbv7m-none-eabi",
|
|
"thumbv7em-none-eabi",
|
|
"thumbv8m.main-none-eabihf",
|
|
]
|