Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Renesas: adopt board-supported-hw directive #87356

Merged
merged 1 commit into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions boards/renesas/da14695_dk_usb/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _da14695_dk_usb:
.. zephyr:board:: da14695_dk_usb

DA14695 Development Kit USB
###########################
Expand Down Expand Up @@ -26,29 +26,7 @@ the sleep clock is 32768 Hz. The frequency of the system clock is 32 MHz.
Supported Features
==================

The _da14695_dk_usb board configuration supports the following
hardware features:

+-----------+------------+----------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================+
| FLASH | on-chip | flash |
+-----------+------------+----------------------+
| GPIO | on-chip | gpio |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm |
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| RTT | Segger | console |
+-----------+------------+----------------------+
| UART | on-chip | serial |
+-----------+------------+----------------------+
| SPI | on-chip | spi |
+-----------+------------+----------------------+

Other hardware features, including the Configurable MAC (CMAC) controller,
are currently not supported by the port.
.. zephyr:board-supported-hw::

For more information about the DA14695 Development Kit see:

Expand Down
26 changes: 2 additions & 24 deletions boards/renesas/da1469x_dk_pro/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _da1469x_dk_pro:
.. zephyr:board:: da1469x_dk_pro

DA1469x Development Kit Pro
###########################
Expand Down Expand Up @@ -27,29 +27,7 @@ the sleep clock is 32768 Hz. The frequency of the system clock is 32 MHz.
Supported Features
==================

The _da1469x_dk_pro board configuration supports the following
hardware features:

+-----------+------------+----------------------+
| Interface | Controller | Driver/Component |
+===========+============+======================+
| FLASH | on-chip | flash |
+-----------+------------+----------------------+
| GPIO | on-chip | gpio |
+-----------+------------+----------------------+
| MPU | on-chip | arch/arm |
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| RTT | Segger | console |
+-----------+------------+----------------------+
| UART | on-chip | serial |
+-----------+------------+----------------------+
| SPI | on-chip | spi |
+-----------+------------+----------------------+

Other hardware features, including the Configurable MAC (CMAC) controller,
are currently not supported by the port.
.. zephyr:board-supported-hw::

For more information about the DA14695 Development Kit see:

Expand Down