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
|
||||
========
|
||||
|
||||
#. 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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue