mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	handling (only when nvs encryption is enabled)
    * NVS Encryption will now be turned on by default with flash encryption
    * Updated the flash encryption example to shocase NVS encryption
    along with information on how to configure and use NVS encryption
    * Updated respective test case
    * Added two partition tables for NVS encryption
     i) Table 1- Single factory app, no OTA, encrypted NVS
     ii) Table 2- Factory app, Two OTA, encrypted NVS
		
	
		
			
				
	
	
	
		
			320 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			320 B
		
	
	
	
	
	
	
	
| 1 | # Name, Type, SubType, Offset, Size, Flags | 
|---|---|
| 2 | # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap | 
| 3 | nvs, data, nvs, , 0x6000, | 
| 4 | phy_init, data, phy, , 0x1000, | 
| 5 | factory, app, factory, , 1M, | 
| 6 | nvs_key, data, nvs_keys,, 0x1000, encrypted |