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:
parent
a10d2b418c
commit
4b6db52798
6 changed files with 8 additions and 9 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue