esp-idf/examples/security/flash_encryption/partitions_example.csv
radek.tandler 68df525394 feat(examples/security): Extend flash_encryption example with fatfs encryption
Updated the flash_encryption example to demonstrate the usage of fatfs encryption.
Updated existing test case to ensure accurate and reliable testing.
Documentation of storage section extended by security relarted summary.

Closes https://github.com/espressif/esp-idf/issues/11551
Closes https://github.com/espressif/esp-idf/issues/13668
2024-06-27 21:41:43 +08:00

632 B

1# Name, Type, SubType, Offset, Size, Flags
2nvs, data, nvs, , 0x6000,
3# Extra partition to demonstrate reading/writing of encrypted flash
4storage, data, 0xff, , 0x1000, encrypted
5factory, app, factory, , 1M,
6# nvs_key partition contains the key that encrypts the NVS partition named nvs. The nvs_key partition needs to be encrypted.
7nvs_key, data, nvs_keys, , 0x1000, encrypted,
8# Custom NVS data partition
9custom_nvs, data, nvs, , 0x6000,
10# FATFS partitions, one non-encrypted, one encrypted
11fat_encrypted, data, fat, , 600k, encrypted
12fat_not_encr, data, fat, , 600k,