horn_driver/.cargo/config.toml
Lorenzo Good f41f2c6806
Initial Commit
TODOS:
1. Ensure memory.x has correct memory regions.
2. Add HAL loop delay.
2026-06-01 13:44:19 -04:00

5 lines
83 B
TOML

[build]
target = "thumbv7m-none-eabi"
rustflags = [
"-C", "link-arg=-Tlink.x",
]