Skip to content

Commit 734a3bf

Browse files
committed
boards: bbc: adopt zephyr:board-supported-hw Sphinx 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 d0c2e90 commit 734a3bf

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

boards/bbc/microbit/doc/index.rst

+1-26
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ magnetometer sensors, Bluetooth and USB connectivity, a display consisting of
1313
external battery pack. The device inputs and outputs are through five ring
1414
connectors that are part of the 23-pin edge connector.
1515

16-
* :abbr:`NVIC (Nested Vectored Interrupt Controller)`
17-
* :abbr:`RTC (nRF RTC System Clock)`
18-
* UART
19-
* GPIO
20-
* FLASH
21-
* RADIO (Bluetooth Low Energy)
22-
2316
More information about the board can be found at the `microbit website`_.
2417

2518
Hardware
@@ -39,25 +32,7 @@ The micro:bit has the following physical features:
3932
Supported Features
4033
==================
4134

42-
The bbc_microbit board configuration supports the following nRF51
43-
hardware features:
44-
45-
+-----------+------------+----------------------+
46-
| Interface | Controller | Driver/Component |
47-
+===========+============+======================+
48-
| NVIC | on-chip | nested vectored |
49-
| | | interrupt controller |
50-
+-----------+------------+----------------------+
51-
| RTC | on-chip | system clock |
52-
+-----------+------------+----------------------+
53-
| UART | on-chip | serial port |
54-
+-----------+------------+----------------------+
55-
| GPIO | on-chip | gpio |
56-
+-----------+------------+----------------------+
57-
| FLASH | on-chip | flash |
58-
+-----------+------------+----------------------+
59-
| RADIO | on-chip | Bluetooth |
60-
+-----------+------------+----------------------+
35+
.. zephyr:board-supported-hw::
6136
6237
Programming and Debugging
6338
*************************

boards/bbc/microbit_v2/doc/index.rst

+1-19
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,7 @@ The micro:bit-v2 has the following physical features:
3333
Supported Features
3434
==================
3535

36-
The bbc_microbit_v2 board configuration supports the following
37-
hardware features:
38-
39-
+-----------+------------+----------------------+
40-
| Interface | Controller | Driver/Component |
41-
+===========+============+======================+
42-
| NVIC | on-chip | nested vectored |
43-
| | | interrupt controller |
44-
+-----------+------------+----------------------+
45-
| RTC | on-chip | system clock |
46-
+-----------+------------+----------------------+
47-
| UART | on-chip | serial port |
48-
+-----------+------------+----------------------+
49-
| GPIO | on-chip | gpio |
50-
+-----------+------------+----------------------+
51-
| FLASH | on-chip | flash |
52-
+-----------+------------+----------------------+
53-
| RADIO | on-chip | Bluetooth |
54-
+-----------+------------+----------------------+
36+
.. zephyr:board-supported-hw::
5537
5638
Programming and Debugging
5739
*************************

0 commit comments

Comments
 (0)