Skip to content

Commit 0b9da1e

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

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

boards/ebyte/e73_tbb/doc/index.rst

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,8 @@ and solder NFC antenna using NFC_ANT connector.
3939
Supported Features
4040
==================
4141

42-
The ebyte_e73_tbb/nrf52832 board configuration supports the following
43-
hardware features:
44-
45-
+-----------+------------+----------------------+
46-
| Interface | Controller | Driver/Component |
47-
+===========+============+======================+
48-
| ADC | on-chip | adc |
49-
+-----------+------------+----------------------+
50-
| CLOCK | on-chip | clock_control |
51-
+-----------+------------+----------------------+
52-
| FLASH | on-chip | flash |
53-
+-----------+------------+----------------------+
54-
| GPIO | on-chip | gpio |
55-
+-----------+------------+----------------------+
56-
| I2C(M) | on-chip | i2c |
57-
+-----------+------------+----------------------+
58-
| MPU | on-chip | arch/arm |
59-
+-----------+------------+----------------------+
60-
| NVIC | on-chip | arch/arm |
61-
+-----------+------------+----------------------+
62-
| PWM | on-chip | pwm |
63-
+-----------+------------+----------------------+
64-
| RADIO | on-chip | Bluetooth |
65-
+-----------+------------+----------------------+
66-
| RTC | on-chip | system clock |
67-
+-----------+------------+----------------------+
68-
| RTT | Segger | console |
69-
+-----------+------------+----------------------+
70-
| SPI(M/S) | on-chip | spi |
71-
+-----------+------------+----------------------+
72-
| UART | on-chip | serial |
73-
+-----------+------------+----------------------+
74-
| WDT | on-chip | watchdog |
75-
+-----------+------------+----------------------+
76-
77-
Other hardware features are not supported by the Zephyr kernel.
42+
.. zephyr:board-supported-hw::
43+
7844
See `E73-TBB website`_ and `Nordic Semiconductor Infocenter`_
7945
for a complete list of nRF52832 hardware features.
8046

0 commit comments

Comments
 (0)