nrf52840-i2c-scanner/rust-toolchain.toml

6 lines
149 B
TOML
Raw Permalink Normal View History

2024-05-20 13:32:00 +00:00
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt" ]
targets = [ "thumbv7em-none-eabi", "thumbv7em-none-eabihf" ]
profile = "minimal"