doc: bcdevices: 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é <benjamin@zephyrproject.org>
This commit is contained in:
parent
ff655e4880
commit
3875095d21
1 changed files with 1 additions and 34 deletions
|
@ -41,40 +41,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Blue Clover PLT Demo V2 board configuration supports the
|
.. zephyr:board-supported-hw::
|
||||||
following hardware features:
|
|
||||||
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+======================+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| CLOCK | on-chip | clock_control |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| FLASH | on-chip | flash |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C(M) | on-chip | i2c |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| MPU | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| NVIC | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RADIO | on-chip | Bluetooth |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RTC | on-chip | system clock |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RTT | Segger | console |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| SPI(M/S) | on-chip | spi |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| WDT | on-chip | watchdog |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue