OVMS3-idf/components/nvs_flash/nvs_partition_generator/sample_singlepage_blob.csv
Sagar Bijwe e14b836fcc nvs-flash: Support for blobs larger than half of SPI Flash sector size
This change removes the earlier limitation of 1984 bytes for storing data-blobs.
Blobs larger than the sector size are split and stored on multiple sectors.
For this purpose, two new datatypes (multi-page index and multi-page data) are
added for entries stored in the sectors. The underlying read, write, erase and find
operations are modified to support these large blobs. The change is transparent
to users of the library and no special APIs need to be used to store these large
blobs.
2018-09-24 18:50:35 +05:30

511 B

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