mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Only pull in direct dependencies for the test apps, reducing build time as well making it possible for CI to determine if the test should run or not when dependencies are changed.
		
			
				
	
	
		
			10 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_IDF_TARGET="esp32"
 | 
						|
CONFIG_UNITY_ENABLE_FIXTURE=y
 | 
						|
CONFIG_SPIRAM=y
 | 
						|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800
 | 
						|
CONFIG_SPIRAM_OCCUPY_NO_HOST=y
 | 
						|
# Disable encrypted flash reads/writes to save IRAM in this build configuration
 | 
						|
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n
 | 
						|
CONFIG_SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY=y
 | 
						|
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
 |