boards: v2: Add documentation index for converted boards

Adds documentation pages for rp2040-converted boards

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-11 13:35:24 +00:00
parent 94f6f9b636
commit bec82c690d
5 changed files with 44 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ available under :zephyr_file:`doc/templates/board.tmpl`.
xtensa/index.rst
shields/index.rst
v2/adafruit/index.rst
v2/arm/index.rst
v2/gd/index.rst
v2/raspberry_pi/index.rst
v2/renesas/index.rst
v2/sparkfun/index.rst
v2/wiznet/index.rst

View File

@@ -0,0 +1,10 @@
.. _boards-adafruit:
Adafruit Industries LLC
#######################
.. toctree::
:maxdepth: 1
:glob:
**/*

View File

@@ -0,0 +1,10 @@
.. _boards-raspberry-pi:
Raspberry Pi
############
.. toctree::
:maxdepth: 1
:glob:
**/*

View File

@@ -0,0 +1,10 @@
.. _boards-sparkfun-electronics:
SparkFun Electronics
####################
.. toctree::
:maxdepth: 1
:glob:
**/*

View File

@@ -0,0 +1,10 @@
.. _boards-wiznet:
WIZnet
######
.. toctree::
:maxdepth: 1
:glob:
**/*