mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 16:57:41 -04:00
Doc: Add new lines
This commit is contained in:
parent
449ad960e2
commit
a14f136596
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ $ sudo qemu-system-arm -machine mps2-an385 -monitor null -semihosting \
|
|||
-kernel ./build/RTOSDemo.axf \
|
||||
-serial stdio -nographic -s -S
|
||||
```
|
||||
The options:
|
||||
`-s` allows gdb to be attached to the process remotely at port 1234
|
||||
`-S` starts the program in the paused state.
|
||||
The options: <br>
|
||||
`-s` allows gdb to be attached to the process remotely at port 1234<br>
|
||||
`-S` starts the program in the paused state.<br>
|
||||
|
||||
3. Open another terminal to run GDB and connect to the process:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue