Skip to content

Commit a8573a9

Browse files
kartbennashif
authored andcommitted
doc: fix incorrect bullet lists
ReStructuredText bullet lists should be preceded by an empty line Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 3c3627b commit a8573a9

File tree

18 files changed

+36
-10
lines changed

18 files changed

+36
-10
lines changed

boards/arduino/portenta_h7/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ with 2MBytes of Flash memory, 1MB RAM, 480 MHz CPU, Art Accelerator, L1 cache, e
1515
large set of peripherals, SMPS, and MIPI-DSI.
1616

1717
Additionally, the board features:
18+
1819
- USB OTG FS
1920
- 3 color user LEDs
2021

boards/nxp/lpcxpresso55s69/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ included during the build process.
124124

125125
CPU1 does not work without CPU0 enabling it.
126126
To enable it, run one of the following samples in ``subsys\ipc``:
127+
127128
- ``ipm_mcux``
128129
- ``openamp``
129130

boards/nxp/mimxrt1170_evk/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ Configuring a Debug Probe
344344
A debug probe is used for both flashing and debugging the board. The on-board
345345
debugger listed below works with the LinkServer runner by default, or can be
346346
reprogrammed with JLink firmware.
347+
347348
- MIMXRT1170-EVKB: :ref:`mcu-link-cmsis-onboard-debug-probe`
348349
- MIMXRT1170-EVK: :ref:`opensda-daplink-onboard-debug-probe`
349350

@@ -392,10 +393,12 @@ We will use the on-board debugger
392393
microcontroller as a usb-to-serial adapter for the serial console. The following
393394
jumper settings are default on these boards, and are required to connect the
394395
UART signals to the USB bridge circuit:
396+
395397
- MIMXRT1170-EVKB: JP2 open (default)
396398
- MIMXRT1170-EVK: J31 and J32 shorted (default)
397399

398400
Connect a USB cable from your PC to the on-board debugger USB port:
401+
399402
- MIMXRT1170-EVKB: J86
400403
- MIMXRT1170-EVK: J11
401404

boards/nxp/rd_rw612_bga/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,17 @@ To use ethernet on the RD_RW612_BGA board, you first need to make the following
177177
modifications to the board hardware:
178178

179179
Add resistors:
180+
180181
- R485
181182
- R486
182183
- R487
183184
- R488
184185
- R489
185186
- R491
186187
- R490
188+
187189
Remove resistors:
190+
188191
- R522
189192
- R521
190193
- R520

boards/seco/stm32f3_seco_d23/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ Flashing an application to SECO SBC-3.5-PX30
194194

195195
First, connect the SECO SBC-3.5-PX30 to your host computer using
196196
CN56 connector to an ST-Link.
197+
197198
The pinout is (1-8):
199+
198200
- VDD
199201
- UART1_TX
200202
- UART1_RX

boards/seeed/lora_e5_dev_board/doc/lora_e5_dev_board.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ features:
112112
Other hardware features are not yet supported on this Zephyr port.
113113

114114
The default configuration can be found in:
115+
115116
- :zephyr_file:`boards/seeed/lora_e5_dev_board/lora_e5_dev_board_defconfig`
116117
- :zephyr_file:`boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts`
117118

boards/st/b_g474e_dpow1/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ More information about the board can be found at the `B-G474E-DPOW1 website`_.
4242

4343

4444
More information about STM32G474RE can be found here:
45+
4546
- `G474RE on www.st.com`_
4647
- `STM32G4 reference manual`_
4748

boards/st/nucleo_wba52cg/doc/nucleo_wba52cg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ Debugging using STM32CubeIDE
262262
----------------------------
263263

264264
You can debug an application using a STM32WBA compatible version of STM32CubeIDE.
265+
265266
For that:
267+
266268
- Create an empty STM32WBA project by going to File > New > STM32 project
267269
- Select your MCU, click Next, and select an Empty project.
268270
- Right click on your project name, select Debug as > Debug configurations

boards/st/nucleo_wba55cg/doc/nucleo_wba55cg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ Debugging using STM32CubeIDE
275275
----------------------------
276276

277277
You can debug an application using a STM32WBA compatible version of STM32CubeIDE.
278+
278279
For that:
280+
279281
- Create an empty STM32WBA project by going to File > New > STM32 project
280282
- Select your MCU, click Next, and select an Empty project.
281283
- Right click on your project name, select Debug as > Debug configurations

boards/st/stm32g071b_disco/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ More information about the board can be found at the `STM32G071B-DISCO website`_
5151

5252

5353
More information about STM32G071RB can be found here:
54+
5455
- `G071RB on www.st.com`_
5556
- `STM32G071 reference manual`_
5657

0 commit comments

Comments
 (0)