stlink: use {{localhost}}

waldyrious/alt-syntax
Daniel Campoverde [alx741] 2016-09-18 17:36:50 -05:00
parent f07e797642
commit 29d7166a4d
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
- Run GDB server on port 4500:
`st-util --listen_port {{4500}}`
`st-util -p {{4500}}`
- Connect to GDB server:
`(gdb) target extended-remote localhost:4500`
`(gdb) target extended-remote {{localhost}}:4500`
- Write firmware to device: