From 853792634373f1a2e0f6bbc973e2133183d7cb2f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 8 Oct 2025 14:29:50 -1000 Subject: [PATCH] wip --- tests/components/wk2132_spi/test.esp32-s3-ard.yaml | 4 ++++ tests/components/wk2132_spi/test.esp32-s3-idf.yaml | 4 ++++ tests/components/wk2168_spi/test.esp32-s3-ard.yaml | 4 ++++ tests/components/wk2168_spi/test.esp32-s3-idf.yaml | 4 ++++ tests/components/wk2204_spi/test.esp32-s3-ard.yaml | 4 ++++ tests/components/wk2204_spi/test.esp32-s3-idf.yaml | 4 ++++ tests/components/wk2212_spi/test.esp32-s3-ard.yaml | 4 ++++ tests/components/wk2212_spi/test.esp32-s3-idf.yaml | 4 ++++ 8 files changed, 32 insertions(+) diff --git a/tests/components/wk2132_spi/test.esp32-s3-ard.yaml b/tests/components/wk2132_spi/test.esp32-s3-ard.yaml index b0aadf620a..03d4bc9846 100644 --- a/tests/components/wk2132_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2132_spi/test.esp32-s3-ard.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + <<: !include common.yaml diff --git a/tests/components/wk2132_spi/test.esp32-s3-idf.yaml b/tests/components/wk2132_spi/test.esp32-s3-idf.yaml index b0aadf620a..4015b78e2c 100644 --- a/tests/components/wk2132_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2132_spi/test.esp32-s3-idf.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + <<: !include common.yaml diff --git a/tests/components/wk2168_spi/test.esp32-s3-ard.yaml b/tests/components/wk2168_spi/test.esp32-s3-ard.yaml index b0aadf620a..03d4bc9846 100644 --- a/tests/components/wk2168_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2168_spi/test.esp32-s3-ard.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + <<: !include common.yaml diff --git a/tests/components/wk2168_spi/test.esp32-s3-idf.yaml b/tests/components/wk2168_spi/test.esp32-s3-idf.yaml index b0aadf620a..4015b78e2c 100644 --- a/tests/components/wk2168_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2168_spi/test.esp32-s3-idf.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + <<: !include common.yaml diff --git a/tests/components/wk2204_spi/test.esp32-s3-ard.yaml b/tests/components/wk2204_spi/test.esp32-s3-ard.yaml index b0aadf620a..03d4bc9846 100644 --- a/tests/components/wk2204_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2204_spi/test.esp32-s3-ard.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + <<: !include common.yaml diff --git a/tests/components/wk2204_spi/test.esp32-s3-idf.yaml b/tests/components/wk2204_spi/test.esp32-s3-idf.yaml index b0aadf620a..4015b78e2c 100644 --- a/tests/components/wk2204_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2204_spi/test.esp32-s3-idf.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + <<: !include common.yaml diff --git a/tests/components/wk2212_spi/test.esp32-s3-ard.yaml b/tests/components/wk2212_spi/test.esp32-s3-ard.yaml index b0aadf620a..03d4bc9846 100644 --- a/tests/components/wk2212_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2212_spi/test.esp32-s3-ard.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + <<: !include common.yaml diff --git a/tests/components/wk2212_spi/test.esp32-s3-idf.yaml b/tests/components/wk2212_spi/test.esp32-s3-idf.yaml index b0aadf620a..4015b78e2c 100644 --- a/tests/components/wk2212_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2212_spi/test.esp32-s3-idf.yaml @@ -4,4 +4,8 @@ substitutions: mosi_pin: GPIO6 cs_pin: GPIO19 +packages: + spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + <<: !include common.yaml