aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2026-05-23 10:54:47 -0400
committerIan McIntyre <me@mciantyre.dev>2026-05-23 12:06:46 -0400
commit2630203189af176e1f6e5149cef73564c062cceb (patch)
tree76cc7cf4e26c86f979641ace6059a380c0d10cc7
parentdf281da06ee76037b44de917d15f19afd2740014 (diff)
Include 1010EVK, 1040EVK probe IDs in runner
Helpful when both boards are connected for testing. Sorry in advance when these IDs don't match your board's IDs!
-rw-r--r--.cargo/1010evk.toml2
-rw-r--r--.cargo/1040evk.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cargo/1010evk.toml b/.cargo/1010evk.toml
index 0effc9a..a3aa1c5 100644
--- a/.cargo/1010evk.toml
+++ b/.cargo/1010evk.toml
@@ -8,7 +8,7 @@ rustflags = [
"-Clink-arg=-Tmemory.x",
"-Clink-arg=-Tdefmt.x",
]
-runner = "target-gen test templates/1010evk.yaml target/1010evk.yaml --protocol=swd --chip=mimxrt1010"
+runner = "target-gen test templates/1010evk.yaml target/1010evk.yaml --protocol=swd --chip=mimxrt1010 --probe=1fc9:0090:GTAWBQBR"
[env]
DEFMT_LOG="off"
diff --git a/.cargo/1040evk.toml b/.cargo/1040evk.toml
index 4e4b2f3..13e3901 100644
--- a/.cargo/1040evk.toml
+++ b/.cargo/1040evk.toml
@@ -8,7 +8,7 @@ rustflags = [
"-Clink-arg=-Tmemory.x",
"-Clink-arg=-Tdefmt.x",
]
-runner = "target-gen test templates/1040evk.yaml target/1040evk.yaml --protocol=swd --chip=mimxrt1040"
+runner = "target-gen test templates/1040evk.yaml target/1040evk.yaml --protocol=swd --chip=mimxrt1040 --probe=1fc9:0090:ESAUAQGQ"
[env]
DEFMT_LOG="off"