diff --git a/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c2_eco4 b/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c2_eco4 new file mode 100644 index 0000000000..0a1996d938 --- /dev/null +++ b/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c2_eco4 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c2" +CONFIG_ESP32C2_REV_MIN_200=y diff --git a/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c3_eco7 b/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c3_eco7 new file mode 100644 index 0000000000..ad055155c9 --- /dev/null +++ b/tools/test_apps/phy/phy_tsens/sdkconfig.ci.c3_eco7 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c3" +CONFIG_ESP32C3_REV_MIN_101=y diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.esp32_rev3 b/tools/test_apps/system/build_test/sdkconfig.ci.esp32_rev3 new file mode 100644 index 0000000000..b2d9051fec --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.esp32_rev3 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32" +CONFIG_ESP32_REV_MIN_3=y diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_rev200 b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_rev200 new file mode 100644 index 0000000000..0a1996d938 --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_rev200 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c2" +CONFIG_ESP32C2_REV_MIN_200=y diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.esp32c3_rev101 b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c3_rev101 new file mode 100644 index 0000000000..ad055155c9 --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c3_rev101 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c3" +CONFIG_ESP32C3_REV_MIN_101=y