mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 03:45:21 +00:00
Issue: ZEP-1899 Change-Id: I4cf2878468e8c1c9703a2af13d9c2b3ac6f78042 Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
59 lines
704 B
ReStructuredText
59 lines
704 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/**/*
|
|
|
|
XTENSA Boards
|
|
*************
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
xtensa/**/*
|
|
|
|
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
|