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 Flashing
======== ========
#. Build the Zephyr kernel and the :ref:`blinky-sample` sample #. Build the Zephyr kernel and the :ref:`blinky-sample` sample application:
application:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/basic/blinky :zephyr-app: samples/basic/blinky
@ -110,8 +109,8 @@ application:
:goals: build :goals: build
:compact: :compact:
#. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0 #. On the Adafruit Feather STM32F405, connect the 3.3V pin to the B0 boot pin
boot pin with a jumper wire. with a jumper wire.
#. Flash the image: #. 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. before proceeding. These instructions were tested with version 6.1.0.
#. With the adapter plugged in, reset the board into the bootloader by pressing #. 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. 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. 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 #. 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-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world

View file

@ -123,7 +123,7 @@ Flashing
- Stop bits: 1 - Stop bits: 1
#. Connect the RAK4631 board to your host computer using the USB debug port. #. 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-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world

View file

@ -127,7 +127,7 @@ Flashing
- Stop bits: 1 - Stop bits: 1
#. Connect the RAK5010 board to your host computer using the USB debug port. #. 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-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world

View file

@ -137,7 +137,7 @@ Flashing
- Stop bits: 1 - Stop bits: 1
#. Connect the SAM4L-EK board to your host computer using the USB debug port. #. 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-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world