Skip to content

Commit 20fbaac

Browse files
sylvioalvescarlescufi
authored andcommitted
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 <[email protected]>
1 parent 896809b commit 20fbaac

File tree

8 files changed

+36
-9
lines changed

8 files changed

+36
-9
lines changed

boards/riscv/esp32c3_devkitm/esp32c3_devkitm.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ name: ESP32-C3
33
type: mcu
44
arch: riscv
55
toolchain:
6-
- espressif
6+
- zephyr
7+
testing:
8+
ignore_tags:
9+
- net
10+
- bluetooth

boards/xtensa/esp32/esp32.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: ESP-32
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
77
supported:
88
- gpio
99
- i2c
1010
- watchdog
1111
- uart
1212
- pinmux
1313
- nvs
14+
testing:
15+
ignore_tags:
16+
- net
17+
- bluetooth

boards/xtensa/esp32s2_saola/esp32s2_saola.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ name: ESP32-S2
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
7+
testing:
8+
ignore_tags:
9+
- net
10+
- bluetooth

boards/xtensa/esp_wrover_kit/esp_wrover_kit.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ESP WROVER KIT
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
77
supported:
88
- gpio
99
- i2c
@@ -12,3 +12,7 @@ supported:
1212
- uart
1313
- pinmux
1414
- nvs
15+
testing:
16+
ignore_tags:
17+
- net
18+
- bluetooth

boards/xtensa/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: HELTEC WiFi LoRa 32 (V2) Board
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
77
supported:
88
- gpio
99
- i2c
1010
- watchdog
1111
- uart
1212
- pinmux
1313
- nvs
14+
testing:
15+
ignore_tags:
16+
- net
17+
- bluetooth

boards/xtensa/odroid_go/odroid_go.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: ODROID-GO
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
77
supported:
88
- gpio
99
- i2c
1010
- watchdog
1111
- uart
1212
- pinmux
1313
- nvs
14+
testing:
15+
ignore_tags:
16+
- net
17+
- bluetooth

boards/xtensa/olimex_esp32_evb/olimex_esp32_evb.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: Olimex ESP32-EVB
33
type: mcu
44
arch: xtensa
55
toolchain:
6-
- espressif
6+
- zephyr
77
supported:
88
- counter
99
- gpio
1010
- hwinfo
1111
- i2c
12-
- netif:wifi
1312
- spi
1413
- uart
1514
- watchdog
15+
testing:
16+
ignore_tags:
17+
- net
18+
- bluetooth

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ manifest:
7070
groups:
7171
- hal
7272
- name: hal_espressif
73-
revision: a7dc3c72291a387e0eb3b268d07df6eb70811a84
73+
revision: 83d01afcea5ac1a6c1f7c06dadbdc9ca5ee9ee09
7474
path: modules/hal/espressif
7575
west-commands: west/west-commands.yml
7676
groups:

0 commit comments

Comments
 (0)