aboutsummaryrefslogtreecommitdiff
path: root/.cargo/test_flash_algo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-12-21 10:49:59 -0500
committerIan McIntyre <me@mciantyre.dev>2025-12-21 11:03:59 -0500
commit03c232fe156c167a9e4738b2c051ea9776246960 (patch)
tree3fb2cde487f086c01e17330ceb8dc72b81545b37 /.cargo/test_flash_algo.toml
parentb3732747cf52a743d7c4dd4a07479cc533ad5416 (diff)
Add 1160evk target-gen test support
Diffstat (limited to '.cargo/test_flash_algo.toml')
-rw-r--r--.cargo/test_flash_algo.toml14
1 files changed, 0 insertions, 14 deletions
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"