From 2630203189af176e1f6e5149cef73564c062cceb Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 23 May 2026 10:54:47 -0400 Subject: 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! --- .cargo/1010evk.toml | 2 +- .cargo/1040evk.toml | 2 +- 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" -- cgit v1.2.3