diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/1010evk.toml | 2 | ||||
| -rw-r--r-- | .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" |
