Skip to content

Commit 85b4905

Browse files
Rudi HornTheZoq2
Rudi Horn
authored andcommitted
changed arm-none-eabi-gdb to gdb-multiarch
1 parent d19a96c commit 85b4905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.thumbv7m-none-eabi]
2-
runner = 'arm-none-eabi-gdb'
2+
runner = 'gdb'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x",
55
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mini](https://www.st.com/en/development-tools/stlink-v3mini.html) for programmin
2525

2626
To program your microcontroller, you need to install:
2727
- [openocd](http://openocd.org/)
28-
- `arm-none-eabi-gdb`
28+
- `gdb`
2929

3030
Finally, you need to install arm target support for the Rust compiler. To do
3131
so, run

0 commit comments

Comments
 (0)