doc: boards: blues: 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
cd3dd479e4
commit
d09fcf51f4
1 changed files with 1 additions and 31 deletions
|
@ -85,37 +85,7 @@ More information about Swan can be found here:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Zephyr Swan board configuration supports the following
|
.. zephyr:board-supported-hw::
|
||||||
hardware features:
|
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| UART | on-chip | serial port-polling; |
|
|
||||||
| | | serial port-interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| I2C | on-chip | i2c |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| USB | on-chip | usb |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
Other hardware features are not yet supported on this Zephyr port.
|
|
||||||
|
|
||||||
The default configuration can be found in the defconfig file:
|
|
||||||
:zephyr_file:`boards/blues/swan_r5/swan_r5_defconfig`
|
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue