From 080983b247ce1f827af1ffa5383e7009b2d8778b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 8 Oct 2025 14:31:55 -1000 Subject: [PATCH] wip --- tests/components/speaker/test.esp32-c3-ard.yaml | 2 ++ tests/components/wk2204_spi/test.esp32-s3-ard.yaml | 2 +- tests/components/wk2204_spi/test.esp32-s3-idf.yaml | 2 +- tests/components/wk2212_spi/test.esp32-s3-ard.yaml | 2 +- tests/components/wk2212_spi/test.esp32-s3-idf.yaml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/components/speaker/test.esp32-c3-ard.yaml b/tests/components/speaker/test.esp32-c3-ard.yaml index bf7c67794a..b1d21bc76e 100644 --- a/tests/components/speaker/test.esp32-c3-ard.yaml +++ b/tests/components/speaker/test.esp32-c3-ard.yaml @@ -1,4 +1,6 @@ substitutions: + scl_pin: GPIO5 + sda_pin: GPIO4 i2s_bclk_pin: GPIO7 i2s_lrclk_pin: GPIO6 i2s_mclk_pin: GPIO9 diff --git a/tests/components/wk2204_spi/test.esp32-s3-ard.yaml b/tests/components/wk2204_spi/test.esp32-s3-ard.yaml index 03d4bc9846..50eb883713 100644 --- a/tests/components/wk2204_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2204_spi/test.esp32-s3-ard.yaml @@ -6,6 +6,6 @@ substitutions: packages: spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml - uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-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 4015b78e2c..e58067b8b1 100644 --- a/tests/components/wk2204_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2204_spi/test.esp32-s3-idf.yaml @@ -6,6 +6,6 @@ substitutions: packages: spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml - uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-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 03d4bc9846..50eb883713 100644 --- a/tests/components/wk2212_spi/test.esp32-s3-ard.yaml +++ b/tests/components/wk2212_spi/test.esp32-s3-ard.yaml @@ -6,6 +6,6 @@ substitutions: packages: spi: !include ../../test_build_components/common/spi/esp32-s3-ard.yaml - uart: !include ../../test_build_components/common/uart/esp32-s3-ard.yaml + uart: !include ../../test_build_components/common/uart/esp32-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 4015b78e2c..e58067b8b1 100644 --- a/tests/components/wk2212_spi/test.esp32-s3-idf.yaml +++ b/tests/components/wk2212_spi/test.esp32-s3-idf.yaml @@ -6,6 +6,6 @@ substitutions: packages: spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml - uart: !include ../../test_build_components/common/uart/esp32-s3-idf.yaml + uart: !include ../../test_build_components/common/uart/esp32-idf.yaml <<: !include common.yaml