st-util: remove gdb prompt (#17305)

This commit is contained in:
Managor
2025-07-21 22:17:44 +03:00
committed by GitHub
parent 36c5948874
commit 4432f0b6e6
+3 -3
View File
@@ -7,10 +7,10 @@
`st-util {{[-p|--listen_port]}} {{4500}}`
- Connect to GDB server:
- Connect to GDB server within `gdb`:
`(gdb) target extended-remote {{localhost}}:{{4500}}`
`target extended-remote {{localhost}}:{{4500}}`
- Write firmware to device:
`(gdb) load {{firmware.elf}}`
`load {{firmware.elf}}`