stm32-data/rust-toolchain.toml

10 lines
208 B
TOML

[toolchain]
channel = "nightly-2023-12-20"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv6m-none-eabi",
"thumbv7m-none-eabi",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabihf",
]