zephyr/boards/index.rst
Nicolas Pitre 1f4b5ddd0f riscv32: rename to riscv
With the upcoming riscv64 support, it is best to use "riscv" as the
subdirectory name and common symbols as riscv32 and riscv64 support
code is almost identical. Then later decide whether 32-bit or 64-bit
compilation is wanted.

Redirects for the web documentation are also included.

Then zephyrbot complained about this:

"
New files added that are not covered in CODEOWNERS:

dts/riscv/microsemi-miv.dtsi
dts/riscv/riscv32-fe310.dtsi

Please add one or more entries in the CODEOWNERS file to cover
those files
"

So I assigned them to those who created them. Feel free to readjust
as necessary.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-08-02 13:54:48 -07:00

24 lines
449 B
ReStructuredText

.. _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
arc/index.rst
nios2/index.rst
xtensa/index.rst
posix/index.rst
riscv/index.rst
shields/index.rst