mirror of
https://github.com/espressif/esp-idf
synced 2025-04-03 21:30:08 -04:00
1. Clean up the example code 2. Add demonstration of partition read/write operations 3. Add example test
6 lines
255 B
CSV
6 lines
255 B
CSV
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x6000,
|
|
# Extra partition to demonstrate reading/writing of encrypted flash
|
|
storage, data, 0xff, 0xf000, 0x1000, encrypted
|
|
factory, app, factory, 0x10000, 1M,
|