Browse Source

changed arm-none-eabi-gdb to gdb-multiarch

Rudi Horn 4 years ago
parent
commit
85b4905300
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .cargo/config
  2. 1 1
      README.md

+ 1 - 1
.cargo/config

@@ -1,5 +1,5 @@
 [target.thumbv7m-none-eabi]
 [target.thumbv7m-none-eabi]
-runner = 'arm-none-eabi-gdb'
+runner = 'gdb'
 rustflags = [
 rustflags = [
   "-C", "link-arg=-Tlink.x",
   "-C", "link-arg=-Tlink.x",
 ]
 ]

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ mini](https://www.st.com/en/development-tools/stlink-v3mini.html) for programmin
 
 
 To program your microcontroller, you need to install:
 To program your microcontroller, you need to install:
 - [openocd](http://openocd.org/)
 - [openocd](http://openocd.org/)
-- `arm-none-eabi-gdb`
+- `gdb`
 
 
 Finally, you need to install arm target support for the Rust compiler. To do
 Finally, you need to install arm target support for the Rust compiler. To do
 so, run
 so, run