diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2026-08-03 07:46:10 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2026-08-03 07:46:10 -0400 |
| commit | 7ffc62ab8613b097485b2c664093e649907dc2a1 (patch) | |
| tree | 428e6e958af00e1022e663676fffe9c19f0174a6 /.cargo/teensy4.toml | |
First commit
Diffstat (limited to '.cargo/teensy4.toml')
| -rw-r--r-- | .cargo/teensy4.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.cargo/teensy4.toml b/.cargo/teensy4.toml new file mode 100644 index 0000000..dcdf45e --- /dev/null +++ b/.cargo/teensy4.toml @@ -0,0 +1,10 @@ +[build] +target = "thumbv7em-threadx-eabihf" + +[target.thumbv7em-threadx-eabihf] +runner = "teensy4-runner" +rustflags = [ + "-Clink-arg=-Tweak-symbols.x", + "-Clink-arg=-Tt4link.x", + "-Ctarget-cpu=cortex-m7", +] |
