doc: ruuvi: 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:
Benjamin Cabé 2025-03-05 12:01:06 +01:00 committed by Fabio Baltieri
commit 3d0a7dab1a

View file

@ -29,37 +29,7 @@ RuuviTag's have the following physical features:
Supported Features Supported Features
================== ==================
+-----------+------------+----------------------+ .. zephyr:board-supported-hw::
| Interface | Controller | Driver/Component |
+===========+============+======================+
| ADC | on-chip | adc |
+-----------+------------+----------------------+
| CLOCK | on-chip | clock_control |
+-----------+------------+----------------------+
| FLASH | on-chip | flash |
+-----------+------------+----------------------+
| GPIO | on-chip | gpio |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm |
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| RADIO | on-chip | Bluetooth |
+-----------+------------+----------------------+
| RTC | on-chip | system clock |
+-----------+------------+----------------------+
| SPI | on-chip | spi |
+-----------+------------+----------------------+
| UART | on-chip | serial |
+-----------+------------+----------------------+
| WDT | on-chip | watchdog |
+-----------+------------+----------------------+
| Humidity, | on-board | bme280 |
| Temp & Air| | |
| Pressure | | |
+-----------+------------+----------------------+
| Acc | on-board | lis2dh12 |
+-----------+------------+----------------------+
Connections and IOs Connections and IOs
=================== ===================