mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
303 B
303 B
1 | # Name, Type, SubType, Offset, Size, Flags |
---|---|
2 | nvs, data, nvs, , 0x6000, |
3 | # Extra partition to demonstrate reading/writing of encrypted flash |
4 | storage, data, 0xff, , 0x1000, encrypted |
5 | factory, app, factory, , 1M, |
6 | # Custom NVS data partition |
7 | custom_nvs, data, nvs, , 0x6000, |