From 880a3c4d80c4f0e006fe6748f43f99582c845452 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Tue, 30 Dec 2025 20:13:26 +0800 Subject: [PATCH] test(system): add esp32c61 eco4 build test --- tools/test_apps/system/build_test/sdkconfig.ci.esp32c61_rev101 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.esp32c61_rev101 diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.esp32c61_rev101 b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c61_rev101 new file mode 100644 index 0000000000..7b69fea537 --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c61_rev101 @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c61" +CONFIG_ESP32C61_REV_MIN_101=y