1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

boards/iotlab-m3: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:13:11 +02:00
parent 60e2ce8702
commit e6d3963cd4

View File

@ -67,7 +67,7 @@ eabi-gdb`), which provided by most toolchains. Most Linux distributions provide
also a package for OpenOCD. The required configuration files are provided by also a package for OpenOCD. The required configuration files are provided by
RIOT. RIOT.
When starting the debugger with `make debug BOARD=iotlab-m3` GDB connects to When starting the debugger with `make debug BOARD=iotlab-m3` GDB connects to
openocd, loads the elf-file and puts the MCU into halt state. Befor setting openocd, loads the elf-file and puts the MCU into halt state. Before setting
breakpoints it is sometimes needed to use the following workflow breakpoints it is sometimes needed to use the following workflow
``` ```
bash bash
@ -148,7 +148,7 @@ In some cases it
seems necessary to prepend a `monitor reset run` before executing continue. seems necessary to prepend a `monitor reset run` before executing continue.
In general you can In general you can
use openocd commands prepended by `monitor`. use openocd commands prepended by `monitor`.
In the case the node crashes it can be reseted with the following sequence In the case the node crashes it can be reset with the following sequence
``` ```
Bash Bash
(gdb) monitor reset halt (gdb) monitor reset halt