mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 13f3a226bb
			
		
	
	13f3a226bb
	
	
	
		
			
			This commit updates the sdkconfig for some examples when building with the v10.5.1 kernel. The updates fixes the following: Place FreeRTOS functions into flash - Some examples use nearly 100% of available IRAM, thus any small increase in IRAM in other components (e.g., FreeRTOS) will lead to a build error. As a result, 'CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH' has been enabled in those examples to save some IRAM. - Some examples consume too much flash memory, leading to the 'factory' parition overflowing. IN those examples, 'CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE' has been enabled to use a larger 'factory' partition.
		
			
				
	
	
		
			3 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Place FreeRTOS functions into flash to save some IRAM on the ESP32
 | |
| CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
 |