boards: esp32: added ignore tags
Espressif boards cannot have ble and wifi CI build tests due to binary blobs policies. This removes refered tests. west.yml: update hal repository to get updates that allows building using Zephyr's SDK. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
896809bfcc
commit
20fbaaccc4
8 changed files with 36 additions and 9 deletions
|
@ -3,4 +3,8 @@ name: ESP32-C3
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: riscv
|
arch: riscv
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: ESP-32
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
@ -11,3 +11,7 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- pinmux
|
- pinmux
|
||||||
- nvs
|
- nvs
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,4 +3,8 @@ name: ESP32-S2
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: ESP WROVER KIT
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
@ -12,3 +12,7 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- pinmux
|
- pinmux
|
||||||
- nvs
|
- nvs
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: HELTEC WiFi LoRa 32 (V2) Board
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
@ -11,3 +11,7 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- pinmux
|
- pinmux
|
||||||
- nvs
|
- nvs
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: ODROID-GO
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
@ -11,3 +11,7 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- pinmux
|
- pinmux
|
||||||
- nvs
|
- nvs
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
|
@ -3,13 +3,16 @@ name: Olimex ESP32-EVB
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: xtensa
|
arch: xtensa
|
||||||
toolchain:
|
toolchain:
|
||||||
- espressif
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
- counter
|
- counter
|
||||||
- gpio
|
- gpio
|
||||||
- hwinfo
|
- hwinfo
|
||||||
- i2c
|
- i2c
|
||||||
- netif:wifi
|
|
||||||
- spi
|
- spi
|
||||||
- uart
|
- uart
|
||||||
- watchdog
|
- watchdog
|
||||||
|
testing:
|
||||||
|
ignore_tags:
|
||||||
|
- net
|
||||||
|
- bluetooth
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -70,7 +70,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_espressif
|
- name: hal_espressif
|
||||||
revision: a7dc3c72291a387e0eb3b268d07df6eb70811a84
|
revision: 83d01afcea5ac1a6c1f7c06dadbdc9ca5ee9ee09
|
||||||
path: modules/hal/espressif
|
path: modules/hal/espressif
|
||||||
west-commands: west/west-commands.yml
|
west-commands: west/west-commands.yml
|
||||||
groups:
|
groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue