From 1a95f45d3b726f487b4d39103030d0ce46052d9d Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Thu, 19 Dec 2024 11:41:18 +0800 Subject: [PATCH] ci: add build test for eco versions --- tools/test_apps/phy/phy_tsens/sdkconfig.ci.c2_eco4 | 2 ++ tools/test_apps/phy/phy_tsens/sdkconfig.ci.c3_eco7 | 2 ++ tools/test_apps/system/build_test/sdkconfig.ci.esp32_rev3 | 2 ++ tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_rev200 | 2 ++ tools/test_apps/system/build_test/sdkconfig.ci.esp32c3_rev101 | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 tools/test_apps/phy/phy_tsens/sdkconfig.ci.c2_eco4 create mode 100644 tools/test_apps/phy/phy_tsens/sdkconfig.ci.c3_eco7 create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.esp32_rev3 create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_rev200 create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.esp32c3_rev101 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