rtic/rust-toolchain.toml
2023-01-26 22:22:33 +01:00

4 lines
150 B
TOML

[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]