mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-19 22:57:57 +08:00
Doc: Add new lines
This commit is contained in:

committed by
alfred gedeon

parent
449ad960e2
commit
a14f136596
@ -125,9 +125,9 @@ $ sudo qemu-system-arm -machine mps2-an385 -monitor null -semihosting \
|
|||||||
-kernel ./build/RTOSDemo.axf \
|
-kernel ./build/RTOSDemo.axf \
|
||||||
-serial stdio -nographic -s -S
|
-serial stdio -nographic -s -S
|
||||||
```
|
```
|
||||||
The options:
|
The options: <br>
|
||||||
`-s` allows gdb to be attached to the process remotely at port 1234
|
`-s` allows gdb to be attached to the process remotely at port 1234<br>
|
||||||
`-S` starts the program in the paused state.
|
`-S` starts the program in the paused state.<br>
|
||||||
|
|
||||||
3. Open another terminal to run GDB and connect to the process:
|
3. Open another terminal to run GDB and connect to the process:
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user