mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	This commit adds a build test to test the scenario where both the primary and secondary console outputs are disabled by Kconfig.
		
			
				
	
	
		
			7 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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
 |