doc: 01space: 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
3875095d21
commit
49af0749a8
1 changed files with 1 additions and 25 deletions
|
@ -34,31 +34,7 @@ It features:
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The 01space ESP32C3 0.42 OLED board configuration supports the following hardware features:
|
||||
|
||||
+-----------+------------+------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+==================+
|
||||
| PMP | on-chip | arch/riscv |
|
||||
+-----------+------------+------------------+
|
||||
| INTMTRX | on-chip | intc_esp32c3 |
|
||||
+-----------+------------+------------------+
|
||||
| PINMUX | on-chip | pinctrl_esp32 |
|
||||
+-----------+------------+------------------+
|
||||
| USB UART | on-chip | serial_esp32_usb |
|
||||
+-----------+------------+------------------+
|
||||
| GPIO | on-chip | gpio_esp32 |
|
||||
+-----------+------------+------------------+
|
||||
| UART | on-chip | uart_esp32 |
|
||||
+-----------+------------+------------------+
|
||||
| I2C | on-chip | i2c_esp32 |
|
||||
+-----------+------------+------------------+
|
||||
| SPI | on-chip | spi_esp32_spim |
|
||||
+-----------+------------+------------------+
|
||||
| RADIO | on-chip | Bluetooth |
|
||||
+-----------+------------+------------------+
|
||||
| DISPLAY | off-chip | display |
|
||||
+-----------+------------+------------------+
|
||||
.. zephyr:board-supported-hw::
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue