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/test_flash_algo.toml | 14 -------------- 1 file changed, 14 deletions(-) delete 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 deleted file mode 100644 index 6b3ef39..0000000 --- a/.cargo/test_flash_algo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[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