Skip to content

Commit b04384b

Browse files
diegoherranzcfriedt
authored andcommitted
boards: doc: use board-supported-hw directive in imx7-based boards
Use the zephyr:board-supported-hw directive for the documentation of every imx7-based which board which didn't use it yet. Bonus: remove redundant image from 96boards/meerkat96. Signed-off-by: Diego Herranz <[email protected]>
1 parent c00f8c6 commit b04384b

File tree

3 files changed

+4
-73
lines changed

3 files changed

+4
-73
lines changed

boards/96boards/meerkat96/doc/index.rst

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _96b_meerkat96:
1+
.. zephyr:board:: 96b_meerkat96
22
33
96Boards Meerkat96
44
##################
@@ -35,10 +35,6 @@ Zephyr OS is ported to run on the Cortex®-M4 core.
3535
- 1x Blue Bluetooth LED
3636
- 1x Yellow WiFi LED
3737

38-
.. image:: img/96b_meerkat96.jpg
39-
:align: center
40-
:alt: 96Boards Meerkat96
41-
4238
More information about the board can be found at the
4339
`96Boards website`_.
4440

@@ -91,27 +87,7 @@ More information about the i.MX7 SoC can be found here:
9187
Supported Features
9288
==================
9389

94-
The Zephyr 96b_meerkat96 board configuration supports the following hardware
95-
features:
96-
97-
+-----------+------------+-------------------------------------+
98-
| Interface | Controller | Driver/Component |
99-
+===========+============+=====================================+
100-
| NVIC | on-chip | nested vector interrupt controller |
101-
+-----------+------------+-------------------------------------+
102-
| SYSTICK | on-chip | systick |
103-
+-----------+------------+-------------------------------------+
104-
| GPIO | on-chip | gpio |
105-
+-----------+------------+-------------------------------------+
106-
| UART | on-chip | serial port-polling; |
107-
| | | serial port-interrupt |
108-
+-----------+------------+-------------------------------------+
109-
110-
The default configuration can be found in the defconfig file:
111-
112-
:zephyr_file:`boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4_defconfig`
113-
114-
Other hardware features are not currently supported by the port.
90+
.. zephyr:board-supported-hw::
11591
11692
Connections and IOs
11793
===================

boards/technexion/pico_pi/doc/index.rst

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,7 @@ For more information about the i.MX7 SoC and Pico-Pi i.MX7D, see these reference
4444
Supported Features
4545
==================
4646

47-
The Pico-Pi i.MX7D configuration supports the following hardware features on the
48-
Cortex M4 Core:
49-
50-
+-----------+------------+-------------------------------------+
51-
| Interface | Controller | Driver/Component |
52-
+===========+============+=====================================+
53-
| NVIC | on-chip | nested vector interrupt controller |
54-
+-----------+------------+-------------------------------------+
55-
| SYSTICK | on-chip | systick |
56-
+-----------+------------+-------------------------------------+
57-
| GPIO | on-chip | gpio |
58-
+-----------+------------+-------------------------------------+
59-
| I2C | on-chip | i2c |
60-
+-----------+------------+-------------------------------------+
61-
| UART | on-chip | serial port-polling; |
62-
| | | serial port-interrupt |
63-
+-----------+------------+-------------------------------------+
64-
65-
The default configuration can be found in the defconfig file:
66-
:zephyr_file:`boards/technexion/pico_pi/pico_pi_mcimx7d_m4_defconfig`
67-
68-
Other hardware features are not currently supported by the port.
47+
.. zephyr:board-supported-hw::
6948
7049
Connections and IOs
7150
===================

boards/toradex/colibri_imx7d/doc/index.rst

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,7 @@ and Colibri Evaluation Board, see these references:
6161
Supported Features
6262
==================
6363

64-
The Colibri iMX7D Computer on Module with Colibri Evaluation Board configuration
65-
supports the following hardware features on the Cortex M4 Core:
66-
67-
+-----------+------------+-------------------------------------+
68-
| Interface | Controller | Driver/Component |
69-
+===========+============+=====================================+
70-
| NVIC | on-chip | nested vector interrupt controller |
71-
+-----------+------------+-------------------------------------+
72-
| SYSTICK | on-chip | systick |
73-
+-----------+------------+-------------------------------------+
74-
| GPIO | on-chip | gpio |
75-
+-----------+------------+-------------------------------------+
76-
| I2C | on-chip | i2c |
77-
+-----------+------------+-------------------------------------+
78-
| PWM | on-chip | pwm |
79-
+-----------+------------+-------------------------------------+
80-
| UART | on-chip | serial port-polling; |
81-
| | | serial port-interrupt |
82-
+-----------+------------+-------------------------------------+
83-
84-
The default configuration can be found in the defconfig file:
85-
86-
:zephyr_file:`boards/toradex/colibri_imx7d/colibri_imx7d_mcimx7d_m4_defconfig`
87-
88-
Other hardware features are not currently supported by the port.
64+
.. zephyr:board-supported-hw::
8965
9066
Connections and IOs
9167
===================

0 commit comments

Comments
 (0)