mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
4 lines
204 B
TOML
4 lines
204 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
|
|
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ]
|