Skip to content

Commit 6118965

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: boards: electronut: 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 1e5b7be commit 6118965

File tree

2 files changed

+2
-72
lines changed

2 files changed

+2
-72
lines changed

boards/electronut/nrf52840_blip/doc/index.rst

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,7 @@ is 32 MHz.
3434
Supported Features
3535
==================
3636

37-
The nrf52840_blip board configuration supports the following
38-
hardware features currently:
39-
40-
+-----------+------------+----------------------+
41-
| Interface | Controller | Driver/Component |
42-
+===========+============+======================+
43-
| ADC | on-chip | adc |
44-
+-----------+------------+----------------------+
45-
| CLOCK | on-chip | clock_control |
46-
+-----------+------------+----------------------+
47-
| FLASH | on-chip | flash |
48-
+-----------+------------+----------------------+
49-
| GPIO | on-chip | gpio |
50-
+-----------+------------+----------------------+
51-
| I2C(M) | on-chip | i2c |
52-
+-----------+------------+----------------------+
53-
| MPU | on-chip | arch/arm |
54-
+-----------+------------+----------------------+
55-
| NVIC | on-chip | arch/arm |
56-
+-----------+------------+----------------------+
57-
| PWM | on-chip | pwm |
58-
+-----------+------------+----------------------+
59-
| RADIO | on-chip | Bluetooth, |
60-
| | | ieee802154 |
61-
+-----------+------------+----------------------+
62-
| RTC | on-chip | system clock |
63-
+-----------+------------+----------------------+
64-
| RTT | Segger | console |
65-
+-----------+------------+----------------------+
66-
| SPI(M/S) | on-chip | spi |
67-
+-----------+------------+----------------------+
68-
| UART | on-chip | serial |
69-
+-----------+------------+----------------------+
70-
| USB | on-chip | usb |
71-
+-----------+------------+----------------------+
72-
| WDT | on-chip | watchdog |
73-
+-----------+------------+----------------------+
37+
.. zephyr:board-supported-hw::
7438
7539
Connections and IOs
7640
===================

boards/electronut/nrf52840_papyr/doc/nrf52840_papyr.rst

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -36,41 +36,7 @@ is 32 MHz.
3636
Supported Features
3737
==================
3838

39-
The nrf52840_papyr board configuration supports the following
40-
hardware features currently:
41-
42-
+-----------+------------+----------------------+
43-
| Interface | Controller | Driver/Component |
44-
+===========+============+======================+
45-
| ADC | on-chip | adc |
46-
+-----------+------------+----------------------+
47-
| CLOCK | on-chip | clock_control |
48-
+-----------+------------+----------------------+
49-
| FLASH | on-chip | flash |
50-
+-----------+------------+----------------------+
51-
| GPIO | on-chip | gpio |
52-
+-----------+------------+----------------------+
53-
| I2C(M) | on-chip | i2c |
54-
+-----------+------------+----------------------+
55-
| MPU | on-chip | arch/arm |
56-
+-----------+------------+----------------------+
57-
| NVIC | on-chip | arch/arm |
58-
+-----------+------------+----------------------+
59-
| PWM | on-chip | pwm |
60-
+-----------+------------+----------------------+
61-
| RADIO | on-chip | Bluetooth, |
62-
| | | ieee802154 |
63-
+-----------+------------+----------------------+
64-
| RTC | on-chip | system clock |
65-
+-----------+------------+----------------------+
66-
| SPI(M/S) | on-chip | spi |
67-
+-----------+------------+----------------------+
68-
| UART | on-chip | serial |
69-
+-----------+------------+----------------------+
70-
| USB | on-chip | usb |
71-
+-----------+------------+----------------------+
72-
| WDT | on-chip | watchdog |
73-
+-----------+------------+----------------------+
39+
.. zephyr:board-supported-hw::
7440
7541
Connections and IOs
7642
===================

0 commit comments

Comments
 (0)