doc: hardware: porting: soc_porting: Fix cluster typo
Fixes 2 minor issues in the documentation Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
1d51942c50
commit
f8717d756b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
|||
- name: <series-1-name>
|
||||
socs:
|
||||
- name: <soc1>
|
||||
cpucluster:
|
||||
cpuclusters:
|
||||
- name: <coreA>
|
||||
- name: <coreB>
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue