From 03c232fe156c167a9e4738b2c051ea9776246960 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 21 Dec 2025 10:49:59 -0500 Subject: Add 1160evk target-gen test support --- .cargo/1170evk.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .cargo/1170evk.toml (limited to '.cargo/1170evk.toml') diff --git a/.cargo/1170evk.toml b/.cargo/1170evk.toml new file mode 100644 index 0000000..45e8592 --- /dev/null +++ b/.cargo/1170evk.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/1170evk.yaml target/1170evk.yaml --protocol=swd --chip=mimxrt1170" + +[env] +DEFMT_LOG="off" -- cgit v1.2.3