소스 검색

Update README.md

rudihorn 3 년 전
부모
커밋
0f23be54b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 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/)
-- `gdb`
+- `gdb-multiarch` (on some platforms you may need to use `gdb-arm-none-eabi` instead, make sure to update `.cargo/config` to reflect this change)
 
 Finally, you need to install arm target support for the Rust compiler. To do
 so, run