boards: ambiq: adopt new zephyr:board directive and role
This updates the documentation of all the Ambiq boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
9c6bd0ee86
commit
0a5b760934
|
@ -1,14 +1,7 @@
|
|||
.. _apollo3_evb:
|
||||
|
||||
Ambiq Apollo3 Blue EVB
|
||||
######################
|
||||
.. zephyr:board:: apollo3_evb
|
||||
|
||||
Apollo3 Blue EVB is a board by Ambiq featuring their ultra-low power Apollo3 Blue SoC.
|
||||
|
||||
.. image:: ./apollo3-blue-soc-eval-board.jpg
|
||||
:align: center
|
||||
:alt: Apollo3 Blue EVB
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
.. _apollo3p_evb:
|
||||
|
||||
Ambiq Apollo3 Blue Plus EVB
|
||||
###########################
|
||||
.. zephyr:board:: apollo3p_evb
|
||||
|
||||
Apollo3 Blue Plus EVB is a board by Ambiq featuring their ultra-low power Apollo3 Blue Plus SoC.
|
||||
|
||||
.. image:: ./apollo3-blue-plus-soc-eval-board.jpg
|
||||
:align: center
|
||||
:alt: Apollo3 Blue Plus EVB
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
.. _apollo4p_blue_kxr_evb:
|
||||
|
||||
Ambiq Apollo4 Blue Plus KXR EVB
|
||||
###############################
|
||||
.. zephyr:board:: apollo4p_blue_kxr_evb
|
||||
|
||||
Apollo4 Blue Plus KXR EVB is a board by Ambiq featuring their ultra-low power Apollo4 Blue Plus SoC.
|
||||
|
||||
.. image:: ./apollo4-blue-plus-kxr-soc-eval-board.jpg
|
||||
:align: center
|
||||
:alt: Apollo4 Blue Plus KXR EVB
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
.. _apollo4p_evb:
|
||||
|
||||
Ambiq Apollo4P EVB
|
||||
##################
|
||||
.. zephyr:board:: apollo4p_evb
|
||||
|
||||
Apollo4P EVB is a board by Ambiq featuring their ultra-low power Apollo4 Plus SoC.
|
||||
|
||||
.. image:: ./apollo4-plus-soc-eval-board.jpg
|
||||
:align: center
|
||||
:alt: Apollo4P EVB
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -407,8 +407,8 @@ Boards & SoC Support
|
|||
|
||||
* Added support for these boards:
|
||||
|
||||
* Added support for :ref:`Ambiq Apollo3 Blue board <apollo3_evb>`: ``apollo3_evb``.
|
||||
* Added support for :ref:`Ambiq Apollo3 Blue Plus board <apollo3p_evb>`: ``apollo3p_evb``.
|
||||
* Added support for :zephyr:board:`Ambiq Apollo3 Blue board <apollo3_evb>`: ``apollo3_evb``.
|
||||
* Added support for :zephyr:board:`Ambiq Apollo3 Blue Plus board <apollo3p_evb>`: ``apollo3p_evb``.
|
||||
* Added support for :ref:`Raspberry Pi 5 board <rpi_5>`: ``rpi_5``.
|
||||
* Added support for :zephyr:board:`Seeed Studio XIAO RP2040 board <xiao_rp2040>`: ``xiao_rp2040``.
|
||||
* Added support for :ref:`Mikroe RA4M1 Clicker board <mikroe_clicker_ra4m1>`: ``mikroe_clicker_ra4m1``.
|
||||
|
|
Loading…
Reference in New Issue