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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue