mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Using parts of SRAM1 for IRAM allows apps with more statically allocated IRAM Closes https://github.com/espressif/esp-idf/issues/9824
		
			
				
	
	
		
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Only ESP32 has this option
 | 
						|
CONFIG_IDF_TARGET="esp32"
 | 
						|
CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM=y
 |