doc: fysetc: 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
49445c8417
commit
0a82a3b249
1 changed files with 1 additions and 22 deletions
|
@ -16,28 +16,7 @@ drawings are available in the `UCAN GitHub repository`_.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The ``ucan`` board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+=====================================+
|
|
||||||
| NVIC | on-chip | nested vector interrupt controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PINMUX | on-chip | pinmux |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| FLASH | on-chip | flash memory |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| USB | on-chip | USB |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CAN1 | on-chip | CAN controller |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
The default configuration can be found in the defconfig file:
|
|
||||||
:zephyr_file:`boards/fysetc/ucan/ucan_defconfig`.
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by the port.
|
|
||||||
|
|
||||||
System Clock
|
System Clock
|
||||||
============
|
============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue