doc: beagle: 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
13eb01264c
commit
39ec0d03b9
2 changed files with 2 additions and 52 deletions
|
@ -24,41 +24,7 @@ GPIO expander.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+======================+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| MPU | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| NVIC | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C | on-chip | i2c |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| HWINFO | on-chip | hwinfo |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C | off-chip | OPT3001 |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C | off-chip | HDC2010 |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C | off-chip | BCF_BRIDGE_MCU |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| FLASH | on-chip | flash |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RADIO | on-chip | ieee802154 |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -55,23 +55,7 @@ BeaglePlay ARM Cortex-A53 CPUs typically run Linux, while the CC1352P7 Cortex-M4
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``beagleplay/cc1352p7`` board target supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+======================+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| MPU | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| NVIC | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| UART | on-chip | serial |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RADIO | on-chip | ieee802154 |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue