feat(examples): Extend the bootloader_nvs example to support encrypted NVS reads
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user