Browse Source

doc: hardware: porting: soc_porting: Fix cluster typo

Fixes 2 minor issues in the documentation

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/89716/merge
Jamie McCrae 4 weeks ago committed by Benjamin Cabé
parent
commit
f8717d756b
  1. 4
      doc/hardware/porting/soc_porting.rst

4
doc/hardware/porting/soc_porting.rst

@ -18,7 +18,7 @@ For SoC porting, the most important terms are: @@ -18,7 +18,7 @@ For SoC porting, the most important terms are:
- SoC: the exact system on a chip the board's CPU is part of.
- SoC series: a group of tightly related SoCs.
- SoC family: a wider group of SoCs with similar characteristics.
- CPU Cluster: a cluster of one or more CPU cores.
- CPU cluster: a cluster of one or more CPU cores.
- CPU core: a particular CPU instance of a given architecture.
- Architecture: an instruction set architecture.
@ -133,7 +133,7 @@ Multiple SoCs and SoC series in a common folder can be described in the @@ -133,7 +133,7 @@ Multiple SoCs and SoC series in a common folder can be described in the
- name: <series-1-name>
socs:
- name: <soc1>
cpucluster:
cpuclusters:
- name: <coreA>
- name: <coreB>
...

Loading…
Cancel
Save