diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2026-05-23 10:54:47 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2026-05-23 12:06:46 -0400 |
| commit | 2630203189af176e1f6e5149cef73564c062cceb (patch) | |
| tree | 76cc7cf4e26c86f979641ace6059a380c0d10cc7 /.cargo/1010evk.toml | |
| parent | df281da06ee76037b44de917d15f19afd2740014 (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!
Diffstat (limited to '.cargo/1010evk.toml')
| -rw-r--r-- | .cargo/1010evk.toml | 2 |
1 files changed, 1 insertions, 1 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" |
