From a14f1365965484e5aadbae773853a1da7f6526cc Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Mon, 28 Jun 2021 15:30:11 -0700 Subject: [PATCH] Doc: Add new lines --- FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md | 6 +++--- 1 file 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 6e847070ab..fe9b2b7267 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:
+`-s` allows gdb to be attached to the process remotely at port 1234
+`-S` starts the program in the paused state.
3. Open another terminal to run GDB and connect to the process: ```