feat(examples): Extend the bootloader_nvs example to support encrypted NVS reads

This commit is contained in:
harshal.patil
2024-12-30 18:59:08 +05:30
parent cadd6b8bcc
commit 3b7d71eca2
16 changed files with 261 additions and 24 deletions
@@ -10,6 +10,8 @@ i16,data,i16,-20000
u32,data,u32,4294967295
i32,data,i32,-2147483648
string_10_chars,data,string,"Text_67890"
# adding the below entry to read non-multiple lengths of XTS-AES block size
string_66_chars,data,string,"Text_67890_Text_67890_Text_67890_0_Text_67890_Text_67890_Text_6789"
# defines cloudy_day namespace to show it can be read at once with sunny_day one
cloudy_day,namespace,,
i8,data,i8,-13
1 # Sample csv file
10 u32
11 i32
12 string_10_chars
13 # adding the below entry to read non-multiple lengths of XTS-AES block size
14 string_66_chars
15 # defines cloudy_day namespace to show it can be read at once with sunny_day one
16 cloudy_day
17 i8