Skip to content

Commit 1d65c4c

Browse files
NiekIlmerkartben
authored andcommitted
doc: Renesas: adopt board-supported-hw directive
Replace the old manual supported features block with the awesome new directive. Signed-off-by: Niek Ilmer <[email protected]>
1 parent 054aced commit 1d65c4c

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

boards/renesas/da14695_dk_usb/doc/index.rst

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _da14695_dk_usb:
1+
.. zephyr:board:: da14695_dk_usb
22
33
DA14695 Development Kit USB
44
###########################
@@ -26,29 +26,7 @@ the sleep clock is 32768 Hz. The frequency of the system clock is 32 MHz.
2626
Supported Features
2727
==================
2828

29-
The _da14695_dk_usb board configuration supports the following
30-
hardware features:
31-
32-
+-----------+------------+----------------------+
33-
| Interface | Controller | Driver/Component |
34-
+===========+============+======================+
35-
| FLASH | on-chip | flash |
36-
+-----------+------------+----------------------+
37-
| GPIO | on-chip | gpio |
38-
+-----------+------------+----------------------+
39-
| MPU | on-chip | arch/arm |
40-
+-----------+------------+----------------------+
41-
| NVIC | on-chip | arch/arm |
42-
+-----------+------------+----------------------+
43-
| RTT | Segger | console |
44-
+-----------+------------+----------------------+
45-
| UART | on-chip | serial |
46-
+-----------+------------+----------------------+
47-
| SPI | on-chip | spi |
48-
+-----------+------------+----------------------+
49-
50-
Other hardware features, including the Configurable MAC (CMAC) controller,
51-
are currently not supported by the port.
29+
.. zephyr:board-supported-hw::
5230
5331
For more information about the DA14695 Development Kit see:
5432

boards/renesas/da1469x_dk_pro/doc/index.rst

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _da1469x_dk_pro:
1+
.. zephyr:board:: da1469x_dk_pro
22
33
DA1469x Development Kit Pro
44
###########################
@@ -27,29 +27,7 @@ the sleep clock is 32768 Hz. The frequency of the system clock is 32 MHz.
2727
Supported Features
2828
==================
2929

30-
The _da1469x_dk_pro board configuration supports the following
31-
hardware features:
32-
33-
+-----------+------------+----------------------+
34-
| Interface | Controller | Driver/Component |
35-
+===========+============+======================+
36-
| FLASH | on-chip | flash |
37-
+-----------+------------+----------------------+
38-
| GPIO | on-chip | gpio |
39-
+-----------+------------+----------------------+
40-
| MPU | on-chip | arch/arm |
41-
+-----------+------------+----------------------+
42-
| NVIC | on-chip | arch/arm |
43-
+-----------+------------+----------------------+
44-
| RTT | Segger | console |
45-
+-----------+------------+----------------------+
46-
| UART | on-chip | serial |
47-
+-----------+------------+----------------------+
48-
| SPI | on-chip | spi |
49-
+-----------+------------+----------------------+
50-
51-
Other hardware features, including the Configurable MAC (CMAC) controller,
52-
are currently not supported by the port.
30+
.. zephyr:board-supported-hw::
5331
5432
For more information about the DA14695 Development Kit see:
5533

0 commit comments

Comments
 (0)