esp-idf/examples/security/security_features_app/partitions.csv

8 lines
303 B
Plaintext
Raw Normal View History

# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x6000,
# Extra partition to demonstrate reading/writing of encrypted flash
storage, data, 0xff, , 0x1000, encrypted
factory, app, factory, , 1M,
# Custom NVS data partition
custom_nvs, data, nvs, , 0x6000,