Skip to content

Commit 4b6215d

Browse files
kartbenfabiobaltieri
authored andcommitted
doc: raytac: 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 234e01c commit 4b6215d

File tree

4 files changed

+8
-208
lines changed

4 files changed

+8
-208
lines changed

boards/raytac/mdbt50q_db_33/doc/index.rst

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -51,45 +51,8 @@ Hardware
5151
Supported Features
5252
==================
5353

54-
The raytac_mdbt50q_db_33/nrf52833 board configuration supports the following
55-
hardware features:
56-
57-
+-----------+------------+----------------------+
58-
| Interface | Controller | Driver/Component |
59-
+===========+============+======================+
60-
| ADC | on-chip | adc |
61-
+-----------+------------+----------------------+
62-
| CLOCK | on-chip | clock_control |
63-
+-----------+------------+----------------------+
64-
| FLASH | on-chip | flash |
65-
+-----------+------------+----------------------+
66-
| GPIO | on-chip | gpio |
67-
+-----------+------------+----------------------+
68-
| I2C(M) | on-chip | i2c |
69-
+-----------+------------+----------------------+
70-
| MPU | on-chip | arch/arm |
71-
+-----------+------------+----------------------+
72-
| NVIC | on-chip | arch/arm |
73-
+-----------+------------+----------------------+
74-
| PWM | on-chip | pwm |
75-
+-----------+------------+----------------------+
76-
| RADIO | on-chip | Bluetooth, |
77-
| | | ieee802154 |
78-
+-----------+------------+----------------------+
79-
| RTC | on-chip | system clock |
80-
+-----------+------------+----------------------+
81-
| RTT | Segger | console |
82-
+-----------+------------+----------------------+
83-
| SPI(M/S) | on-chip | spi |
84-
+-----------+------------+----------------------+
85-
| UART | on-chip | serial |
86-
+-----------+------------+----------------------+
87-
| USB | on-chip | usb |
88-
+-----------+------------+----------------------+
89-
| WDT | on-chip | watchdog |
90-
+-----------+------------+----------------------+
91-
92-
Other hardware features have not been enabled yet for this board.
54+
.. zephyr:board-supported-hw::
55+
9356
See `MDBT50Q-DB-33 website`_ and `MDBT50Q-DB-33 Specification`_
9457
for a complete list of Raytac MDBT50Q-DB-33 board hardware features.
9558

boards/raytac/mdbt50q_db_40/doc/index.rst

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -51,47 +51,8 @@ Hardware
5151
Supported Features
5252
==================
5353

54-
The raytac_mdbt50q_db_40/nrf52840 board configuration supports the following
55-
hardware features:
56-
57-
+-----------+------------+----------------------+
58-
| Interface | Controller | Driver/Component |
59-
+===========+============+======================+
60-
| ADC | on-chip | adc |
61-
+-----------+------------+----------------------+
62-
| CLOCK | on-chip | clock_control |
63-
+-----------+------------+----------------------+
64-
| FLASH | on-chip | flash |
65-
+-----------+------------+----------------------+
66-
| GPIO | on-chip | gpio |
67-
+-----------+------------+----------------------+
68-
| I2C(M) | on-chip | i2c |
69-
+-----------+------------+----------------------+
70-
| MPU | on-chip | arch/arm |
71-
+-----------+------------+----------------------+
72-
| NVIC | on-chip | arch/arm |
73-
+-----------+------------+----------------------+
74-
| PWM | on-chip | pwm |
75-
+-----------+------------+----------------------+
76-
| RADIO | on-chip | Bluetooth, |
77-
| | | ieee802154 |
78-
+-----------+------------+----------------------+
79-
| RTC | on-chip | system clock |
80-
+-----------+------------+----------------------+
81-
| RTT | Segger | console |
82-
+-----------+------------+----------------------+
83-
| SPI(M/S) | on-chip | spi |
84-
+-----------+------------+----------------------+
85-
| QSPI(M) | on-chip | qspi |
86-
+-----------+------------+----------------------+
87-
| UART | on-chip | serial |
88-
+-----------+------------+----------------------+
89-
| USB | on-chip | usb |
90-
+-----------+------------+----------------------+
91-
| WDT | on-chip | watchdog |
92-
+-----------+------------+----------------------+
93-
94-
Other hardware features have not been enabled yet for this board.
54+
.. zephyr:board-supported-hw::
55+
9556
See `MDBT50Q-DB-40 website`_ and `MDBT50Q-DB-40 Specification`_
9657
for a complete list of Raytac MDBT50Q-DB-40 board hardware features.
9758

boards/raytac/mdbt53_db_40/doc/index.rst

Lines changed: 2 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -71,72 +71,8 @@ Hardware
7171
Supported Features
7272
==================
7373

74-
The ``raytac_mdbt53_db_40_nrf5340/cpuapp`` board configuration supports the following
75-
hardware features:
76-
77-
+-----------+------------+----------------------+
78-
| Interface | Controller | Driver/Component |
79-
+===========+============+======================+
80-
| ADC | on-chip | adc |
81-
+-----------+------------+----------------------+
82-
| CLOCK | on-chip | clock_control |
83-
+-----------+------------+----------------------+
84-
| FLASH | on-chip | flash |
85-
+-----------+------------+----------------------+
86-
| GPIO | on-chip | gpio |
87-
+-----------+------------+----------------------+
88-
| I2C(M) | on-chip | i2c |
89-
+-----------+------------+----------------------+
90-
| MPU | on-chip | arch/arm |
91-
+-----------+------------+----------------------+
92-
| NVIC | on-chip | arch/arm |
93-
+-----------+------------+----------------------+
94-
| QSPI(M) | on-chip | nor |
95-
+-----------+------------+----------------------+
96-
| PWM | on-chip | pwm |
97-
+-----------+------------+----------------------+
98-
| RTC | on-chip | system clock |
99-
+-----------+------------+----------------------+
100-
| SPI(M/S) | on-chip | spi |
101-
+-----------+------------+----------------------+
102-
| SPU | on-chip | system protection |
103-
+-----------+------------+----------------------+
104-
| UARTE | on-chip | serial |
105-
+-----------+------------+----------------------+
106-
| WDT | on-chip | watchdog |
107-
+-----------+------------+----------------------+
108-
109-
The ``raytac_mdbt53_db_40_nrf5340/cpunet`` board configuration supports the following
110-
hardware features:
111-
112-
+-----------+------------+----------------------+
113-
| Interface | Controller | Driver/Component |
114-
+===========+============+======================+
115-
| CLOCK | on-chip | clock_control |
116-
+-----------+------------+----------------------+
117-
| FLASH | on-chip | flash |
118-
+-----------+------------+----------------------+
119-
| GPIO | on-chip | gpio |
120-
+-----------+------------+----------------------+
121-
| I2C(M) | on-chip | i2c |
122-
+-----------+------------+----------------------+
123-
| MPU | on-chip | arch/arm |
124-
+-----------+------------+----------------------+
125-
| NVIC | on-chip | arch/arm |
126-
+-----------+------------+----------------------+
127-
| RADIO | on-chip | Bluetooth, |
128-
| | | ieee802154 |
129-
+-----------+------------+----------------------+
130-
| RTC | on-chip | system clock |
131-
+-----------+------------+----------------------+
132-
| SPI(M/S) | on-chip | spi |
133-
+-----------+------------+----------------------+
134-
| UARTE | on-chip | serial |
135-
+-----------+------------+----------------------+
136-
| WDT | on-chip | watchdog |
137-
+-----------+------------+----------------------+
138-
139-
Other hardware features have not been enabled yet for this board.
74+
.. zephyr:board-supported-hw::
75+
14076
See `MDBT53-DB-40 website`_ and `MDBT53-DB-40 Specification`_
14177
for a complete list of Raytac MDBT53-DB-40 board hardware features.
14278

boards/raytac/mdbt53v_db_40/doc/index.rst

Lines changed: 2 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -70,68 +70,8 @@ Hardware
7070
Supported Features
7171
==================
7272

73-
The raytac_mdbt53v_db_40_nrf5340_cpuapp board configuration supports the following
74-
hardware features:
75-
76-
+-----------+------------+----------------------+
77-
| Interface | Controller | Driver/Component |
78-
+===========+============+======================+
79-
| ADC | on-chip | adc |
80-
+-----------+------------+----------------------+
81-
| CLOCK | on-chip | clock_control |
82-
+-----------+------------+----------------------+
83-
| FLASH | on-chip | flash |
84-
+-----------+------------+----------------------+
85-
| GPIO | on-chip | gpio |
86-
+-----------+------------+----------------------+
87-
| I2C(M) | on-chip | i2c |
88-
+-----------+------------+----------------------+
89-
| MPU | on-chip | arch/arm |
90-
+-----------+------------+----------------------+
91-
| NVIC | on-chip | arch/arm |
92-
+-----------+------------+----------------------+
93-
| PWM | on-chip | pwm |
94-
+-----------+------------+----------------------+
95-
| RTC | on-chip | system clock |
96-
+-----------+------------+----------------------+
97-
| SPI(M/S) | on-chip | spi |
98-
+-----------+------------+----------------------+
99-
| UARTE | on-chip | serial |
100-
+-----------+------------+----------------------+
101-
| WDT | on-chip | watchdog |
102-
+-----------+------------+----------------------+
103-
104-
The raytac_mdbt53v_db_40_nrf5340_cpunet board configuration supports the following
105-
hardware features:
106-
107-
+-----------+------------+----------------------+
108-
| Interface | Controller | Driver/Component |
109-
+===========+============+======================+
110-
| CLOCK | on-chip | clock_control |
111-
+-----------+------------+----------------------+
112-
| FLASH | on-chip | flash |
113-
+-----------+------------+----------------------+
114-
| GPIO | on-chip | gpio |
115-
+-----------+------------+----------------------+
116-
| I2C(M) | on-chip | i2c |
117-
+-----------+------------+----------------------+
118-
| MPU | on-chip | arch/arm |
119-
+-----------+------------+----------------------+
120-
| NVIC | on-chip | arch/arm |
121-
+-----------+------------+----------------------+
122-
| RADIO | on-chip | Bluetooth, |
123-
| | | ieee802154 |
124-
+-----------+------------+----------------------+
125-
| RTC | on-chip | system clock |
126-
+-----------+------------+----------------------+
127-
| SPI(M/S) | on-chip | spi |
128-
+-----------+------------+----------------------+
129-
| UARTE | on-chip | serial |
130-
+-----------+------------+----------------------+
131-
| WDT | on-chip | watchdog |
132-
+-----------+------------+----------------------+
133-
134-
Other hardware features have not been enabled yet for this board.
73+
.. zephyr:board-supported-hw::
74+
13575
See `MDBT53V-DB-40 website`_ and `MDBT53V-DB-40 Specification`_
13676
for a complete list of Raytac MDBT53V-DB-40 board hardware features.
13777

0 commit comments

Comments
 (0)