From a1d7089b5928d1b3850ff57f47fba9c117315cf8 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 1 Jul 2022 20:20:39 +0200 Subject: [PATCH] ci: add build-only test for esp32c2 with 26 MHz XTAL option enabled --- .../test_apps/system/build_test/sdkconfig.ci.esp32c2_26mhz_xtal | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_26mhz_xtal diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_26mhz_xtal b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_26mhz_xtal new file mode 100644 index 0000000000..520e2cf90a --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.esp32c2_26mhz_xtal @@ -0,0 +1,2 @@ +CONFIG_IDF_TARGET="esp32c2" +CONFIG_ESP32C2_XTAL_FREQ_26=y