rtic/rust-toolchain.toml

5 lines
204 B
TOML
Raw Normal View History

2023-01-04 21:33:41 +01:00
[toolchain]
channel = "stable"
2023-01-04 21:33:41 +01:00
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
2023-02-06 12:35:40 +01:00
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ]