doc: boards: bytesatwork: 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
d4b069e49b
commit
7ca83e981a
1 changed files with 1 additions and 27 deletions
|
@ -12,33 +12,7 @@ Hardware
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
+-----------+------------+----------------------+
|
.. zephyr:board-supported-hw::
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+======================+
|
|
||||||
| CLOCK | on-chip | clock_control |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| FLASH | on-chip | flash |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| GPIO | on-chip | gpio |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| GPS | u-blox | gnss |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| I2C(M) | on-chip | i2c |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| MPU | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| NVIC | on-chip | arch/arm |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RADIO | on-chip | Bluetooth |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RADIO | Semtech | LoRa |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RTC | on-chip | system clock |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| RTT | Segger | console |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
| WDT | on-chip | watchdog |
|
|
||||||
+-----------+------------+----------------------+
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue