Skip to content
Snippets Groups Projects
Commit 3902b94d authored by Per Lindgren's avatar Per Lindgren
Browse files

revert to probe-run

parent 50e1d3bc
Branches
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# uncomment ONE of these three option to make `cargo run` start a GDB session
# which option to pick depends on your system
runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# runner = "gdb-multiarch -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
# runner = "probe-run --chip STM32F411RETx"
runner = "probe-run --chip STM32F411RETx"
rustflags = [
# This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment