mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 6c8f6597f9
			
		
	
	6c8f6597f9
	
	
	
		
			
			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
 |