56 lines
660 B
ReStructuredText
56 lines
660 B
ReStructuredText
.. _boards:
|
|
|
|
Supported Boards
|
|
################
|
|
|
|
Zephyr project developers are continually adding board-specific support as
|
|
documented below.
|
|
|
|
To add support documentation for a new board, please use the template available
|
|
under :file:`doc/templates/board.tmpl`
|
|
|
|
X86 Boards
|
|
**********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
x86/**/*
|
|
|
|
ARM Boards
|
|
**********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
arm/**/*
|
|
|
|
ARC Boards
|
|
**********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
arc/**/*
|
|
|
|
NIOS II Boards
|
|
**************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
nios2/**/*
|
|
|
|
XTENSA Boards
|
|
*************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
xtensa/**/*
|