Skip to content

Commit 76bf012

Browse files
committed
doc: boards: antmicro: 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>
1 parent 0cf7b7b commit 76bf012

File tree

1 file changed

+1
-42
lines changed
  • boards/antmicro/myra_sip_baseboard/doc

1 file changed

+1
-42
lines changed

boards/antmicro/myra_sip_baseboard/doc/index.rst

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -116,48 +116,7 @@ Other board's peripherals:
116116
Supported Features
117117
------------------
118118

119-
The Zephyr ``myra_sip_baseboard`` board target supports the following hardware features:
120-
121-
+-----------+------------+-------------------------------------+
122-
| Interface | Controller | Driver/Component |
123-
+===========+============+=====================================+
124-
| NVIC | on-chip | nested vector interrupt controller |
125-
+-----------+------------+-------------------------------------+
126-
| UART | on-chip | serial port-polling; serial |
127-
| | | port-interrupt |
128-
+-----------+------------+-------------------------------------+
129-
| PINMUX | on-chip | pinmux |
130-
+-----------+------------+-------------------------------------+
131-
| GPIO | on-chip | gpio |
132-
+-----------+------------+-------------------------------------+
133-
| I2C | on-chip | i2c |
134-
+-----------+------------+-------------------------------------+
135-
| WATCHDOG | on-chip | independent watchdog |
136-
+-----------+------------+-------------------------------------+
137-
| PWM | on-chip | pwm |
138-
+-----------+------------+-------------------------------------+
139-
| ADC | on-chip | adc |
140-
+-----------+------------+-------------------------------------+
141-
| DAC | on-chip | dac controller |
142-
+-----------+------------+-------------------------------------+
143-
| FLASH | on-chip | flash memory |
144-
+-----------+------------+-------------------------------------+
145-
| EEPROM | on-chip | eeprom |
146-
+-----------+------------+-------------------------------------+
147-
| NVS | on-chip | nvs |
148-
+-----------+------------+-------------------------------------+
149-
| COUNTER | on-chip | rtc |
150-
+-----------+------------+-------------------------------------+
151-
| SPI | on-chip | spi |
152-
+-----------+------------+-------------------------------------+
153-
| die-temp | on-chip | die temperature sensor |
154-
+-----------+------------+-------------------------------------+
155-
| FDCAN1 | on-chip | can controller |
156-
+-----------+------------+-------------------------------------+
157-
| RTC | on-chip | rtc |
158-
+-----------+------------+-------------------------------------+
159-
160-
Other hardware features are not yet supported on this Zephyr port.
119+
.. zephyr:board-supported-hw::
161120
162121
Connections and IOs
163122
-------------------

0 commit comments

Comments
 (0)