mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Group component tests to reduce CI time (#11134)
This commit is contained in:
13
tests/test_build_components/common/qspi/esp32-s3-idf.yaml
Normal file
13
tests/test_build_components/common/qspi/esp32-s3-idf.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Common QSPI configuration for ESP32-S3 IDF tests
|
||||
# For components that need QuadSPI (qspi_dbi displays)
|
||||
|
||||
spi:
|
||||
- id: quad_spi
|
||||
type: quad
|
||||
interface: spi3
|
||||
clk_pin: 47
|
||||
data_pins:
|
||||
- 40
|
||||
- 41
|
||||
- 42
|
||||
- 43
|
||||
Reference in New Issue
Block a user