Skip to content

Commit 329fa04

Browse files
committed
Replace default runner with probe-rs
Signed-off-by: Daniel Egger <[email protected]>
1 parent 554f375 commit 329fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.thumbv6m-none-eabi]
2-
runner = 'arm-none-eabi-gdb'
2+
runner = 'probe-rs run --protocol=swd --chip STM32F042K6'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x",
55
]

0 commit comments

Comments
 (0)