summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Gedeon <alfred2g@hotmail.com>2021-06-28 15:30:11 -0700
committeralfred gedeon <28123637+alfred2g@users.noreply.github.com>2021-06-28 17:07:24 -0700
commita14f1365965484e5aadbae773853a1da7f6526cc (patch)
treeceb3da62e0142a5b4cb7e0cd932d2e9223fb00be
parent449ad960e29930e0182646e9954456cb0e20bf3a (diff)
downloadfreertos-git-a14f1365965484e5aadbae773853a1da7f6526cc.tar.gz
Doc: Add new lines
-rw-r--r--FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
index 6e847070a..fe9b2b726 100644
--- a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
+++ b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
@@ -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:
```