Browse Source

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>
pull/86692/head
Benjamin Cabé 4 months ago committed by Fabio Baltieri
parent
commit
49af0749a8
  1. 26
      boards/01space/esp32c3_042_oled/doc/index.rst

26
boards/01space/esp32c3_042_oled/doc/index.rst

@ -34,31 +34,7 @@ It features: @@ -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…
Cancel
Save