feat(security): Add security_features_app example to demonstrate security features

This commit is contained in:
Aditya Patwardhan
2024-03-11 16:39:52 +05:30
parent 9e3424709a
commit a57aa71190
17 changed files with 820 additions and 12 deletions
@@ -0,0 +1,7 @@
# 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,
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,