doc: openisa: 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
3bc3340d22
commit
8368d47c81
1 changed files with 1 additions and 53 deletions
|
@ -59,59 +59,7 @@ Additional features:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Zephyr's RI5CY configuration, ``rv32m1_vega/openisa_rv32m1/ri5cy``, currently supports
|
.. zephyr:board-supported-hw::
|
||||||
the following hardware features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| EVENT | on-chip | event unit interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| INTMUX | on-chip | level 2 interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| LPTMR | on-chip | lptmr-based system timer |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C(M) | on-chip | i2c |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| TPM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SENSOR | off-chip | fxos8700 polling; |
|
|
||||||
| | | fxos8700 trigger; |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
Zephyr's ZERO-RISCY configuration, ``rv32m1_vega/openisa_rv32m1/zero_riscy``, currently
|
|
||||||
supports the following hardware features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| EVENT | on-chip | event unit interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| INTMUX | on-chip | level 2 interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| LPTMR | on-chip | lptmr-based system timer |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C(M) | on-chip | i2c |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| TPM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SENSOR | off-chip | fxos8700 polling; |
|
|
||||||
| | | fxos8700 trigger; |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
BLE Software Link Layer experimental support
|
BLE Software Link Layer experimental support
|
||||||
==================================================
|
==================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue