doc: boards: ite: 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
166068da60
commit
8f8e719a3e
2 changed files with 2 additions and 91 deletions
|
@ -37,63 +37,8 @@ Listing the IT82202 hardware features as following:
|
||||||
|
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
currently supports the following hardware features:
|
|
||||||
|
|
||||||
.. list-table:: Supported Features
|
.. zephyr:board-supported-hw::
|
||||||
:header-rows: 1
|
|
||||||
:widths: auto
|
|
||||||
|
|
||||||
* - Interface
|
|
||||||
- Controller
|
|
||||||
- Driver/Component
|
|
||||||
* - NVIC
|
|
||||||
- on-chip
|
|
||||||
- interrupt controller
|
|
||||||
* - FLASH
|
|
||||||
- on-chip
|
|
||||||
- flash controller
|
|
||||||
* - PINCTRL
|
|
||||||
- on-chip
|
|
||||||
- pin controller
|
|
||||||
* - ESPI
|
|
||||||
- on-chip
|
|
||||||
- espi
|
|
||||||
* - PECI
|
|
||||||
- on-chip
|
|
||||||
- peci
|
|
||||||
* - UART
|
|
||||||
- on-chip
|
|
||||||
- serial
|
|
||||||
* - GPIO
|
|
||||||
- on-chip
|
|
||||||
- gpio
|
|
||||||
* - PWM
|
|
||||||
- on-chip
|
|
||||||
- pwm
|
|
||||||
* - ADC
|
|
||||||
- on-chip
|
|
||||||
- adc
|
|
||||||
* - TIMER
|
|
||||||
- on-chip
|
|
||||||
- timer
|
|
||||||
* - WATCHDOG
|
|
||||||
- on-chip
|
|
||||||
- watchdog
|
|
||||||
* - KSCAN
|
|
||||||
- on-chip
|
|
||||||
- kscan
|
|
||||||
* - SENSOR
|
|
||||||
- on-chip
|
|
||||||
- voltage comparator
|
|
||||||
* - I2C
|
|
||||||
- on-chip
|
|
||||||
- i2c
|
|
||||||
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by Zephyr.
|
|
||||||
|
|
||||||
The default configuration can be found in the
|
|
||||||
:zephyr_file:`boards/ite/it82xx2_evb/it82xx2_evb_defconfig` Kconfig file.
|
|
||||||
|
|
||||||
Programming and debugging on it82202
|
Programming and debugging on it82202
|
||||||
************************************
|
************************************
|
||||||
|
|
|
@ -34,42 +34,8 @@ Listing the IT81302 hardware features as following:
|
||||||
|
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
currently supports the following hardware features:
|
|
||||||
|
|
||||||
.. list-table:: Supported Features
|
.. zephyr:board-supported-hw::
|
||||||
:header-rows: 1
|
|
||||||
:widths: auto
|
|
||||||
|
|
||||||
* - Interface
|
|
||||||
- Controller
|
|
||||||
- Driver/Component
|
|
||||||
* - NVIC
|
|
||||||
- on-chip
|
|
||||||
- interrupt controller
|
|
||||||
* - TIMER
|
|
||||||
- on-chip
|
|
||||||
- timer
|
|
||||||
* - UART
|
|
||||||
- on-chip
|
|
||||||
- serial
|
|
||||||
* - GPIO
|
|
||||||
- on-chip
|
|
||||||
- gpio
|
|
||||||
* - ADC
|
|
||||||
- on-chip
|
|
||||||
- adc
|
|
||||||
* - I2C
|
|
||||||
- on-chip
|
|
||||||
- i2c
|
|
||||||
* - KSCAN
|
|
||||||
- on-chip
|
|
||||||
- kscan
|
|
||||||
|
|
||||||
|
|
||||||
Other hardware features are not currently supported by Zephyr.
|
|
||||||
|
|
||||||
The default configuration can be found in the
|
|
||||||
:zephyr_file:`boards/ite/it8xxx2_evb/it8xxx2_evb_defconfig` Kconfig file.
|
|
||||||
|
|
||||||
Hardware reworks
|
Hardware reworks
|
||||||
****************
|
****************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue