mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-27 21:21:44 +01:00 
			
		
		
		
	Rename PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP to PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP and improve the description for it
		
			
				
	
	
		
			5 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # sdkconfig replacement configurations for deprecated options formatted as
 | |
| # CONFIG_DEPRECATED_OPTION CONFIG_NEW_OPTION
 | |
| CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU                                      CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP
 | |
| CONFIG_PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP                               CONFIG_PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP
 |