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 d19a96c commit 85b4905Copy full SHA for 85b4905
.cargo/config
@@ -1,5 +1,5 @@
1
[target.thumbv7m-none-eabi]
2
-runner = 'arm-none-eabi-gdb'
+runner = 'gdb'
3
rustflags = [
4
"-C", "link-arg=-Tlink.x",
5
]
README.md
@@ -25,7 +25,7 @@ mini](https://www.st.com/en/development-tools/stlink-v3mini.html) for programmin
25
26
To program your microcontroller, you need to install:
27
- [openocd](http://openocd.org/)
28
-- `arm-none-eabi-gdb`
+- `gdb`
29
30
Finally, you need to install arm target support for the Rust compiler. To do
31
so, run
0 commit comments