diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-12-21 10:49:59 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-12-21 11:03:59 -0500 |
| commit | 03c232fe156c167a9e4738b2c051ea9776246960 (patch) | |
| tree | 3fb2cde487f086c01e17330ceb8dc72b81545b37 /.cargo/1160evk.toml | |
| parent | b3732747cf52a743d7c4dd4a07479cc533ad5416 (diff) | |
Add 1160evk target-gen test support
Diffstat (limited to '.cargo/1160evk.toml')
| -rw-r--r-- | .cargo/1160evk.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.cargo/1160evk.toml b/.cargo/1160evk.toml new file mode 100644 index 0000000..997875f --- /dev/null +++ b/.cargo/1160evk.toml @@ -0,0 +1,14 @@ +[build] +target = "thumbv7em-none-eabi" + +[target.'cfg(all(target_os = "none", target_arch = "arm"))'] +rustflags = [ + "-Clink-arg=-nmagic", + "-Clink-arg=-Tlink.x", + "-Clink-arg=-Tmemory.x", + "-Clink-arg=-Tdefmt.x", +] +runner = "target-gen test templates/1160evk.yaml target/1160evk.yaml --protocol=swd --chip=mimxrt1160" + +[env] +DEFMT_LOG="off" |
