aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2026-02-01 11:09:48 -0500
committerIan McIntyre <me@mciantyre.dev>2026-02-01 11:33:03 -0500
commit86978556cfd7fd1f82252c1bee19a6a1f1957b08 (patch)
tree77be38e0f4025ed7e953d2f9b08b0e64e7628bd3 /.cargo
parent135dc4fce370711e51ec6d839fb400e0cda955f9 (diff)
Add 1040evk target-gen test
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/1040evk.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.cargo/1040evk.toml b/.cargo/1040evk.toml
new file mode 100644
index 0000000..4e4b2f3
--- /dev/null
+++ b/.cargo/1040evk.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/1040evk.yaml target/1040evk.yaml --protocol=swd --chip=mimxrt1040"
+
+[env]
+DEFMT_LOG="off"