53 lines
566 B
ReStructuredText
53 lines
566 B
ReStructuredText
.. _boards:
|
|
|
|
Supported Boards
|
|
################
|
|
|
|
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/**/*
|