OVMS3-idf/components/nvs_flash/nvs_partition_generator/sample.csv
Amit Sheth aa357a32bc nvs_flash: Add binary creation support for NVS partition.
Ideally suited for generating a binary externally, containing key-value pairs specific
to device manufacturers. Utility allows creation of a binary, compatible
with NVS structure, which can be separately flashed onto a new
partition. This helps device manufacturers set different values for
different devices, e.g. serial numbers, but using a single firmaware
image.
2018-04-23 00:27:29 +05:30

410 B

1keytypeencodingvalue
2dummyNamespacenamespace
3dummyU8Keydatau8127
4dummyI8Keydatai8-128
5dummyU16Keydatau1632768
6dummyU32Keydatau324294967295
7dummyI32Keydatai32-2147483648
8dummyStringKeydatastring0A:0B:0C:0D:0E:0F
9dummyHex2BinKeydatahex2bin010203abcdef
10hexFileKeyfilehex2bintestdata/sample.hex
11stringFileKeyfilestringtestdata/sample.txt
12binFileKeyfilebinarytestdata/sample.bin