mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 66fb5a29bb
			
		
	
	66fb5a29bb
	
	
	
		
			
			Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
		
			
				
	
	
	
		
			526 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			526 B
		
	
	
	
	
	
	
	
| 1 | # Special partition table for unit test app_update | 
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags | 
| 3 | nvs, data, nvs, , 0x4000 | 
| 4 | otadata, data, ota, , 0x2000 | 
| 5 | phy_init, data, phy, , 0x1000 | 
| 6 | factory, 0, 0, , 0xB0000 | 
| 7 | ota_0, 0, ota_0, , 0xB0000 | 
| 8 | ota_1, 0, ota_1, , 0xB0000 | 
| 9 | test, 0, test, , 0xB0000 | 
| 10 | # flash_test partition used for SPI flash tests, WL FAT tests, and SPIFFS tests | 
| 11 | flash_test, data, fat, , 528K |