Sfoglia il codice sorgente

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

Rudi Horn 3 anni fa
parent
commit
85b4905300
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .cargo/config
  2. 1 1
      README.md

+ 1 - 1
.cargo/config

@@ -1,5 +1,5 @@
 [target.thumbv7m-none-eabi]
-runner = 'arm-none-eabi-gdb'
+runner = 'gdb'
 rustflags = [
   "-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:
 - [openocd](http://openocd.org/)
-- `arm-none-eabi-gdb`
+- `gdb`
 
 Finally, you need to install arm target support for the Rust compiler. To do
 so, run