readme: use full gdb commands

gdb will actually accept as little "tar ext :4242" but use the full
commands to help clarify the intent for people who might not be as
familiar with the syntax.
This commit is contained in:
saogalde
2017-11-26 13:06:47 -03:00
committed by Karl Palsson
parent 6e71b9dea8
commit bcf608fa54

View File

@@ -112,7 +112,7 @@ This example uses the st-util by texane that you can find on [GitHub](https://gi
cd examples/stm32/f1/stm32vl-discovery/miniblink
arm-none-eabi-gdb miniblink.elf
tar extended-remote :4242
target extended-remote :4242
load
run