mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
7 lines
152 B
TOML
7 lines
152 B
TOML
|
[target.thumbv7em-none-eabihf]
|
||
|
runner = "python3 run.py"
|
||
|
rustflags = ["-C", "link-arg=-Tt4link.x"]
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabihf" # Teensy 4
|