50 lines
619 B
ReStructuredText
50 lines
619 B
ReStructuredText
.. _boards:
|
|
|
|
Supported Boards
|
|
################
|
|
|
|
|
|
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/**/*
|
|
|
|
A list of additional supported boards can be found on the `Zephyr project wiki`_.
|
|
|
|
To add a new board, please use the template available under
|
|
:file:`doc/templates/board.tmpl`
|
|
|
|
|
|
.. _Zephyr project wiki: https://wiki.zephyrproject.org/view/Supported_Boards
|