boards/arm/*/doc: Fix numbered list syntax in .rst

For reStructuredText, continuing text in a numbered list must be aligned
to the first line.

These lines are searched by the following regex:

    ag '#\. .*\n[^ #\n]' **/*.rst

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2021-11-20 18:59:41 +09:00 committed by Anas Nashif
commit 4b6db52798
6 changed files with 8 additions and 9 deletions

View file

@ -101,8 +101,7 @@ of the built in DFU-Util bootloader is possible by following the
Flashing
========
#. Build the Zephyr kernel and the :ref:`blinky-sample` sample
application:
#. Build the Zephyr kernel and the :ref:`blinky-sample` sample application:
.. zephyr-app-commands::
:zephyr-app: samples/basic/blinky
@ -110,8 +109,8 @@ application:
:goals: build
:compact:
#. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0
boot pin with a jumper wire.
#. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0 boot pin
with a jumper wire.
#. Flash the image:

View file

@ -121,7 +121,7 @@ bootloader and flash them to the device. Make sure ``nrfutil`` is installed
before proceeding. These instructions were tested with version 6.1.0.
#. With the adapter plugged in, reset the board into the bootloader by pressing
the RESET button.
the RESET button.
The push button is in a pin-hole on the logo side of the USB adapter.

View file

@ -238,7 +238,7 @@ revision (0.0.0) allows use of default connections. The use of Arduino headers
are only possible after rework the board and using the revision 1.0.0.
#. Build the Zephyr kernel and the :ref:`hello_world` sample application for
board revision 1.0.0:
board revision 1.0.0:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world

View file

@ -123,7 +123,7 @@ Flashing
- Stop bits: 1
#. Connect the RAK4631 board to your host computer using the USB debug port.
Then build and flash the :ref:`hello_world` application.
Then build and flash the :ref:`hello_world` application.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world

View file

@ -127,7 +127,7 @@ Flashing
- Stop bits: 1
#. Connect the RAK5010 board to your host computer using the USB debug port.
Then build and flash the :ref:`hello_world` application.
Then build and flash the :ref:`hello_world` application.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world

View file

@ -137,7 +137,7 @@ Flashing
- Stop bits: 1
#. Connect the SAM4L-EK board to your host computer using the USB debug port.
Then build and flash the :ref:`hello_world` application.
Then build and flash the :ref:`hello_world` application.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world