Skip to content

Commit ba8fb54

Browse files
committed
Readd connect-under-reset-flag
1 parent 6ee8859 commit ba8fb54

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
@@ -10,7 +10,7 @@
1010
[target.thumbv7em-none-eabihf]
1111
# runner = "arm-none-eabi-gdb"
1212
# Chip can be set via `--chip STM32F303VCTx` or `export PROBE_RUN_CHIP=STM32F303VCTx`
13-
runner = "probe-run --chip STM32F303VCTx"
13+
runner = "probe-run --chip STM32F303VCTx --connect-under-reset"
1414
rustflags = [
1515
"-C", "link-arg=--nmagic",
1616
"-C", "link-arg=-Tlink.x",

0 commit comments

Comments
 (0)