We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f375 commit 329fa04Copy full SHA for 329fa04
.cargo/config.toml
@@ -1,5 +1,5 @@
1
[target.thumbv6m-none-eabi]
2
-runner = 'arm-none-eabi-gdb'
+runner = 'probe-rs run --protocol=swd --chip STM32F042K6'
3
rustflags = [
4
"-C", "link-arg=-Tlink.x",
5
]
0 commit comments