diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-12-21 15:37:19 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-12-21 20:17:13 -0500 |
| commit | 135dc4fce370711e51ec6d839fb400e0cda955f9 (patch) | |
| tree | 1e96fbdffc63ee41a90e3c0d4b0f9dc6677a8444 /.cargo/1010evk.toml | |
| parent | 03c232fe156c167a9e4738b2c051ea9776246960 (diff) | |
Add 1010evk target-gen test
Diffstat (limited to '.cargo/1010evk.toml')
| -rw-r--r-- | .cargo/1010evk.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.cargo/1010evk.toml b/.cargo/1010evk.toml new file mode 100644 index 0000000..0effc9a --- /dev/null +++ b/.cargo/1010evk.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/1010evk.yaml target/1010evk.yaml --protocol=swd --chip=mimxrt1010" + +[env] +DEFMT_LOG="off" |
