doc: m5stack: 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
97f63fbda2
commit
2ceba0fdee
5 changed files with 5 additions and 156 deletions
|
@ -16,39 +16,7 @@ It features the following integrated components:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Zephyr m5stack_atom_lite board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| 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 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | reset and clock control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | rtc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| WATCHDOG | on-chip | independent watchdog |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| DAC | on-chip | dac |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| die-temp | on-chip | die temperature sensor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Start Application Development
|
Start Application Development
|
||||||
*****************************
|
*****************************
|
||||||
|
|
|
@ -18,39 +18,7 @@ It features the following integrated components:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Zephyr m5stack_atoms3 board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| 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 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | reset and clock control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | rtc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| WATCHDOG | on-chip | independent watchdog |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| DAC | on-chip | dac |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| die-temp | on-chip | die temperature sensor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Start Application Development
|
Start Application Development
|
||||||
*****************************
|
*****************************
|
||||||
|
|
|
@ -16,39 +16,7 @@ It features the following integrated components:
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Zephyr m5stack_atoms3_lite board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| 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 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | reset and clock control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | rtc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| WATCHDOG | on-chip | independent watchdog |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| DAC | on-chip | dac |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| die-temp | on-chip | die temperature sensor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Start Application Development
|
Start Application Development
|
||||||
*****************************
|
*****************************
|
||||||
|
|
|
@ -104,39 +104,7 @@ These voltages can be controlled via regulator api.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The Zephyr m5stack_core2 board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| 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 |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| SPI | on-chip | spi |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| CLOCK | on-chip | reset and clock control |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| COUNTER | on-chip | rtc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| WATCHDOG | on-chip | independent watchdog |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| PWM | on-chip | pwm |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| ADC | on-chip | adc |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| DAC | on-chip | dac |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
| die-temp | on-chip | die temperature sensor |
|
|
||||||
+-----------+------------+-------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Start Application Development
|
Start Application Development
|
||||||
*****************************
|
*****************************
|
||||||
|
|
|
@ -11,30 +11,7 @@ For more details see the `M5Stack STAMP-C3`_ page.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The STAMP-C3 board configuration supports the following hardware features:
|
.. zephyr:board-supported-hw::
|
||||||
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| Interface | Controller | Driver/Component |
|
|
||||||
+===========+============+==================+
|
|
||||||
| PMP | on-chip | arch/riscv |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| INTMTRX | on-chip | intc_esp32c3 |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| PINMUX | on-chip | pinctrl_esp32 |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| USB UART | on-chip | serial_esp32_usb |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| GPIO | on-chip | gpio_esp32 |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| UART | on-chip | uart_esp32 |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| I2C | on-chip | i2c_esp32 |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| SPI | on-chip | spi_esp32_spim |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
| TWAI | on-chip | can_esp32_twai |
|
|
||||||
+-----------+------------+------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
*************
|
*************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue