change(console): Add build test for no console output

This commit adds a build test to test the scenario where both the primary and
secondary console outputs are disabled by Kconfig.
pull/13294/head
Darian Leung 2024-02-28 20:39:52 +08:00
rodzic 4e4278477d
commit 87e2d842ab
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 8AC9127B487AA4EF
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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