Skip to content

Commit bace008

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: boards: holyiot: 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 0b9da1e commit bace008

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

boards/holyiot/yj16019/doc/index.rst

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,7 @@ The nRF52832 of the Holyiot YJ-16019 is clocked by an external crystal with a fr
3030
Supported Features
3131
==================
3232

33-
The holyiot_yj16019 board configuration supports the following
34-
hardware features:
35-
36-
+-----------+------------+----------------------+
37-
| Interface | Controller | Driver/Component |
38-
+===========+============+======================+
39-
| CLOCK | on-chip | clock_control |
40-
+-----------+------------+----------------------+
41-
| FLASH | on-chip | flash |
42-
+-----------+------------+----------------------+
43-
| GPIO | on-chip | gpio |
44-
+-----------+------------+----------------------+
45-
| MPU | on-chip | arch/arm |
46-
+-----------+------------+----------------------+
47-
| NVIC | on-chip | arch/arm |
48-
+-----------+------------+----------------------+
49-
| PWM | on-chip | pwm |
50-
+-----------+------------+----------------------+
51-
| RADIO | on-chip | Bluetooth |
52-
+-----------+------------+----------------------+
53-
| RTC | on-chip | system clock |
54-
+-----------+------------+----------------------+
55-
| RTT | Segger | console |
56-
+-----------+------------+----------------------+
57-
| WDT | on-chip | watchdog |
58-
+-----------+------------+----------------------+
59-
60-
Other hardware features have not been enabled yet for this board.
33+
.. zephyr:board-supported-hw::
6134
6235
Connections and IOs
6336
===================

0 commit comments

Comments
 (0)