mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
6 lines
152 B
TOML
6 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
|