1.. _boards:
2
3Supported Boards
4################
5
6Zephyr project developers are continually adding board-specific support as
7documented below.
8
9If you are looking to add Zephyr support for a new board, please start with the
10:ref:`board_porting_guide`.
11
12When adding support documentation for each board, remember to use the template
13available under :zephyr_file:`doc/templates/board.tmpl`.
14
15
16.. toctree::
17   :maxdepth: 2
18
19   arc/index.rst
20   arm/index.rst
21   arm64/index.rst
22   mips/index.rst
23   nios2/index.rst
24   posix/index.rst
25   riscv/index.rst
26   sparc/index.rst
27   x86/index.rst
28   xtensa/index.rst
29   shields/index.rst
30