Skip to content

Commit 3d0a7da

Browse files
kartbenfabiobaltieri
authored andcommitted
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é <[email protected]>
1 parent f69f3ec commit 3d0a7da

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

boards/ruuvi/ruuvitag/doc/index.rst

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -29,37 +29,7 @@ RuuviTag's have the following physical features:
2929
Supported Features
3030
==================
3131

32-
+-----------+------------+----------------------+
33-
| Interface | Controller | Driver/Component |
34-
+===========+============+======================+
35-
| ADC | on-chip | adc |
36-
+-----------+------------+----------------------+
37-
| CLOCK | on-chip | clock_control |
38-
+-----------+------------+----------------------+
39-
| FLASH | on-chip | flash |
40-
+-----------+------------+----------------------+
41-
| GPIO | on-chip | gpio |
42-
+-----------+------------+----------------------+
43-
| MPU | on-chip | arch/arm |
44-
+-----------+------------+----------------------+
45-
| NVIC | on-chip | arch/arm |
46-
+-----------+------------+----------------------+
47-
| RADIO | on-chip | Bluetooth |
48-
+-----------+------------+----------------------+
49-
| RTC | on-chip | system clock |
50-
+-----------+------------+----------------------+
51-
| SPI | on-chip | spi |
52-
+-----------+------------+----------------------+
53-
| UART | on-chip | serial |
54-
+-----------+------------+----------------------+
55-
| WDT | on-chip | watchdog |
56-
+-----------+------------+----------------------+
57-
| Humidity, | on-board | bme280 |
58-
| Temp & Air| | |
59-
| Pressure | | |
60-
+-----------+------------+----------------------+
61-
| Acc | on-board | lis2dh12 |
62-
+-----------+------------+----------------------+
32+
.. zephyr:board-supported-hw::
6333
6434
Connections and IOs
6535
===================

0 commit comments

Comments
 (0)