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:
@@ -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
|
cd examples/stm32/f1/stm32vl-discovery/miniblink
|
||||||
arm-none-eabi-gdb miniblink.elf
|
arm-none-eabi-gdb miniblink.elf
|
||||||
tar extended-remote :4242
|
target extended-remote :4242
|
||||||
load
|
load
|
||||||
run
|
run
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user