boards: waveshare: esp32s3_touch: update appcpu supported peripherals
esp32s3 contains 2 cpus: procpu and appcpu. appcpu has very limited peripherals support for now. This updated esp32s3_touch board to list only support peripherals. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
f2e3d3f951
commit
ea3e87dd12
1 changed files with 14 additions and 9 deletions
|
@ -5,18 +5,23 @@ arch: xtensa
|
|||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- gpio
|
||||
- i2c
|
||||
- spi
|
||||
- watchdog
|
||||
- regulator
|
||||
- uart
|
||||
- pwm
|
||||
- pinmux
|
||||
- nvs
|
||||
- display
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
- flash
|
||||
- cpp
|
||||
- posix
|
||||
- watchdog
|
||||
- logging
|
||||
- kernel
|
||||
- pm
|
||||
- gpio
|
||||
- crypto
|
||||
- eeprom
|
||||
- heap
|
||||
- cmsis_rtos
|
||||
- jwt
|
||||
- zdsp
|
||||
vendor: waveshare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue