We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4192d commit 0f23be5Copy full SHA for 0f23be5
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
-- `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)
29
30
Finally, you need to install arm target support for the Rust compiler. To do
31
so, run
0 commit comments