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
|
||||
arch: riscv
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,7 +3,7 @@ name: ESP-32
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
supported:
|
||||
- gpio
|
||||
- i2c
|
||||
|
@ -11,3 +11,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,4 +3,8 @@ name: ESP32-S2
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,7 +3,7 @@ name: ESP WROVER KIT
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
supported:
|
||||
- gpio
|
||||
- i2c
|
||||
|
@ -12,3 +12,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,7 +3,7 @@ name: HELTEC WiFi LoRa 32 (V2) Board
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
supported:
|
||||
- gpio
|
||||
- i2c
|
||||
|
@ -11,3 +11,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,7 +3,7 @@ name: ODROID-GO
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
supported:
|
||||
- gpio
|
||||
- i2c
|
||||
|
@ -11,3 +11,7 @@ supported:
|
|||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -3,13 +3,16 @@ name: Olimex ESP32-EVB
|
|||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
- espressif
|
||||
- zephyr
|
||||
supported:
|
||||
- counter
|
||||
- gpio
|
||||
- hwinfo
|
||||
- i2c
|
||||
- netif:wifi
|
||||
- spi
|
||||
- uart
|
||||
- watchdog
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
2
west.yml
2
west.yml
|
@ -70,7 +70,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_espressif
|
||||
revision: a7dc3c72291a387e0eb3b268d07df6eb70811a84
|
||||
revision: 83d01afcea5ac1a6c1f7c06dadbdc9ca5ee9ee09
|
||||
path: modules/hal/espressif
|
||||
west-commands: west/west-commands.yml
|
||||
groups:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue