doc: boards: peregrine: 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
276b38d5c2
commit
ddf4da9f24
1 changed files with 1 additions and 32 deletions
|
@ -29,38 +29,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``sam4l_wm400_cape`` board supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SYSTICK | on-chip | systick |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | counter |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| HWINFO | on-chip | Unique 120 bit serial number |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| RADIO | on-chip | ieee802154 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| TRNG | on-chip | entropy |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| TWIM | on-chip | i2c master port-interrupt |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| USART | on-chip | serial port |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| USB | on-chip | USB device |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by Zephyr.
|
|
||||||
|
|
||||||
The default configuration can be found in the Kconfig
|
|
||||||
:zephyr_file:`boards/peregrine/sam4l_wm400_cape/sam4l_wm400_cape_defconfig`.
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue