rs-dht-pio/rust-toolchain.toml

3 lines
126 B
TOML
Raw Normal View History

2024-08-06 06:15:41 +00:00
[toolchain]
components = [ "rust-src", "rustfmt", "llvm-tools" ]
2025-01-09 18:46:02 +00:00
targets = ["thumbv6m-none-eabi", "thumbv8m.main-none-eabihf"]