mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 15:11:40 +01:00 
			
		
		
		
	Before `test_apps` migration, we had an independent release config, but we can safely enable it in the default configuration for ESP32 target itself. This helps to catch any potential issues that may occur in relevant tests because of compiler optimization flags.
		
			
				
	
	
		
			5 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
 | |
| CONFIG_XTAL_FREQ_AUTO=y
 | |
| CONFIG_SPI_FLASH_SHARE_SPI1_BUS=y
 | |
| CONFIG_COMPILER_OPTIMIZATION_SIZE=y
 |