boards: quicklogic: adopt new zephyr:board directive and role
This updates the documentation of all the Quicklogic boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
c4389076f5
commit
2df21ce76a
|
@ -1,20 +1,10 @@
|
|||
.. _qomu:
|
||||
|
||||
Qomu
|
||||
####
|
||||
.. zephyr:board:: qomu
|
||||
|
||||
Overview
|
||||
********
|
||||
|
||||
The Qomu board is a platform with an on-board QuickLogic EOS S3 Sensor Processing Platform.
|
||||
|
||||
|
||||
.. figure:: img/qomu-board.png
|
||||
:align: center
|
||||
:alt: Qomu
|
||||
|
||||
Qomu (Credit: QuickLogic)
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
.. _quickfeather:
|
||||
|
||||
QuickFeather
|
||||
############
|
||||
.. zephyr:board:: quick_feather
|
||||
|
||||
Overview
|
||||
********
|
||||
|
@ -9,13 +6,6 @@ Overview
|
|||
The QuickFeather development board is a platform with an on-board QuickLogic
|
||||
EOS S3 Sensor Processing Platform.
|
||||
|
||||
|
||||
.. figure:: img/feather-board.jpg
|
||||
:align: center
|
||||
:alt: QuickFeather
|
||||
|
||||
QuickFeather (Credit: QuickLogic)
|
||||
|
||||
Hardware
|
||||
********
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ configuration file prj_shell.conf:
|
|||
Running
|
||||
*******
|
||||
|
||||
See :ref:`quickfeather` on how to load an image to the board.
|
||||
See :zephyr:board:`quick_feather` on how to load an image to the board.
|
||||
|
||||
Sample output
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue