doc: seagate: adopt zephyr:board-supported-hw directive
Replace manually authored hardware features table with the new Zephyr board supported hardware directive which automatically generates an up-to-date table based on the boards' Devicetree. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
4ca947a4ce
commit
dba653c9d0
2 changed files with 2 additions and 47 deletions
|
@ -37,28 +37,7 @@ More information can be found here:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
All the hardware features available on the FaZe board are supported in Zephyr.
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SYSTICK | on-chip | systick |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| IOCON | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | clock and reset control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C | on-chip | i2c master/slave controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial port-polling; |
|
|
||||||
| | | serial port interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| EEPROM | on-chip | eeprom |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -49,31 +49,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
All the hardware features available on the Legend boards are supported by
|
.. zephyr:board-supported-hw::
|
||||||
Zephyr.
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SYSTICK | on-chip | systick |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | clock and reset control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C | on-chip | i2c master/slave controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI flash | on-chip | spi_nor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| LED strip | on-chip | ws2812 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| USB | on-chip | usb |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue