From 86978556cfd7fd1f82252c1bee19a6a1f1957b08 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 1 Feb 2026 11:09:48 -0500 Subject: Add 1040evk target-gen test --- .cargo/1040evk.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .cargo/1040evk.toml (limited to '.cargo/1040evk.toml') 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" -- cgit v1.2.3