Skip to content

Commit 08629ed

Browse files
committed
Add runner template for probe-run
1 parent aff8a7a commit 08629ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
55
# runner = "gdb-multiarch -q -x openocd.gdb"
66
# runner = "gdb -q -x openocd.gdb"
7+
# runner = "probe-run --chip STM32F303VCTx --connect-under-reset"
78

89
rustflags = [
910
# LLD (shipped with the Rust toolchain) is used as the default linker

0 commit comments

Comments
 (0)