12345678910111213141516171819202122232425 |
- .. _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 :zephyr_file:`doc/templates/board.tmpl`
- .. toctree::
- :maxdepth: 2
- x86/index.rst
- arm/index.rst
- arm64/index.rst
- arc/index.rst
- nios2/index.rst
- xtensa/index.rst
- posix/index.rst
- riscv/index.rst
- sparc/index.rst
- shields/index.rst
|