From a5ab874302568024ad9985d234b08b9ad72301d9 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 20 Dec 2025 10:15:01 -0500 Subject: Add target-gen test support for 1170 targets --- .cargo/test_flash_algo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .cargo/test_flash_algo.toml (limited to '.cargo/test_flash_algo.toml') diff --git a/.cargo/test_flash_algo.toml b/.cargo/test_flash_algo.toml new file mode 100644 index 0000000..6b3ef39 --- /dev/null +++ b/.cargo/test_flash_algo.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 template.yaml target/test_definition.yaml --protocol=swd --chip=mimxrt1170" + +[env] +DEFMT_LOG="off" -- cgit v1.2.3