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:
Sylvio Alves 2022-05-02 16:46:04 -03:00 committed by Carles Cufí
commit 20fbaaccc4
8 changed files with 36 additions and 9 deletions

View file

@ -3,4 +3,8 @@ name: ESP32-C3
type: mcu
arch: riscv
toolchain:
- espressif
- zephyr
testing:
ignore_tags:
- net
- bluetooth