doc: ene: 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
0a82a3b249
commit
364dfbfa7b
1 changed files with 1 additions and 32 deletions
|
@ -21,38 +21,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The following features are supported:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | reset and clock control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C | on-chip | i2c port/controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PMU | on-chip | power management |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PSL | on-chip | power switch logic |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pulse width modulator |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| TACH | on-chip | tachometer sensor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SER | on-chip | serial port-polling; |
|
|
||||||
| | | serial port-interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| WDT | on-chip | watchdog |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by Zephyr (at the moment)
|
|
||||||
|
|
||||||
System Clock
|
System Clock
|
||||||
============
|
============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue