stlink: use {{localhost}}

This commit is contained in:
Daniel Campoverde [alx741]
2016-09-18 17:36:50 -05:00
parent f07e797642
commit 29d7166a4d

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: