horn_driver/rust-toolchain.toml
Lorenzo Good 603d0be507
Initial Commit
TODOS:
1. Ensure memory.x has correct memory regions.
2. Add HAL loop delay.
2026-06-01 13:46:00 -04:00

5 lines
149 B
TOML

[toolchain]
channel = "1.96.0"
profile = "default"
targets = ["thumbv7m-none-eabi"]
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]