Fixes: #27439 This commit introduces an initial SoC porting guide with a general description of the minimal set of files needed to support a new SoC in Zephyr, along with some examples of the content. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
15 lines
186 B
ReStructuredText
15 lines
186 B
ReStructuredText
.. _porting:
|
|
|
|
Porting
|
|
#######
|
|
|
|
These pages document how to port Zephyr to new hardware.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
arch.rst
|
|
soc_porting.rst
|
|
board_porting.rst
|
|
shields.rst
|