Browse Source

doc: fix nested list rendering in soc porting guide

Added missing blank line that caused nested bullet list to not render
properly.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/79581/head
Benjamin Cabé 9 months ago committed by Anas Nashif
parent
commit
f90b1caae4
  1. 1
      doc/hardware/porting/soc_porting.rst

1
doc/hardware/porting/soc_porting.rst

@ -75,6 +75,7 @@ The mandatory files are: @@ -75,6 +75,7 @@ The mandatory files are:
#. :file:`soc.yml`: a YAML file describing the high-level meta data of the
SoC such as:
- SoC name: the name of the SoC
- CPU clusters: CPU clusters if the SoC contains one or more clusters
- SoC series: the SoC series to which the SoC belong

Loading…
Cancel
Save