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.
2 parents ac492c1 + 2834ae8 commit b3a23c9Copy full SHA for b3a23c9
.cargo/config.toml
@@ -1,6 +1,6 @@
1
[target.thumbv6m-none-eabi]
2
# runner = "arm-none-eabi-gdb -q"
3
-runner = "probe-run --chip STM32C031C6T3"
+runner = "probe-rs run --chip STM32C031C6T3"
4
5
rustflags = [
6
"-C", "linker=arm-none-eabi-ld",
0 commit comments