diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.console_none_esp32c3 b/tools/test_apps/system/build_test/sdkconfig.ci.console_none_esp32c3 new file mode 100644 index 0000000000..772d6b4f30 --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.console_none_esp32c3 @@ -0,0 +1,6 @@ +# Config to test that console can build with all outputs set to none (both primary and secondary) + +# Using ESP32-C3 because it supports a secondary console output (i.e., USJ) +CONFIG_IDF_TARGET="esp32c3" +CONFIG_ESP_CONSOLE_NONE=y +CONFIG_ESP_CONSOLE_SECONDARY_NONE=y