2020-04-29 10:38:05 +08:00
|
|
|
# This config is split between targets since different component needs to be excluded (esp32, esp32s2)
|
|
|
|
CONFIG_IDF_TARGET="esp32"
|
2023-04-25 17:49:41 +08:00
|
|
|
# spi_flash are tested in other configs
|
|
|
|
TEST_EXCLUDE_COMPONENTS=spi_flash test_utils
|