OVMS3-idf/components/nvs_flash/nvs_partition_generator/testdata
Sagar Bijwe 5a27a63541 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-07-20 00:13:15 +05:30
..
sample.base64 nvs_partition_generator: Add support for base64 representation of Binary data 2018-07-02 15:40:21 +05:30
sample.bin nvs-flash: Support for blobs larger than half of SPI Flash sector size 2018-07-20 00:13:15 +05:30
sample.hex nvs_flash: Add binary creation support for NVS partition. 2018-04-23 00:27:29 +05:30
sample.txt nvs_flash: Add binary creation support for NVS partition. 2018-04-23 00:27:29 +05:30