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.
This commit is contained in:
Amit Sheth
2018-04-19 05:48:05 +05:30
committed by Amit Sheth
parent e37ceaed32
commit aa357a32bc
12 changed files with 501 additions and 0 deletions
@@ -0,0 +1 @@
.. include:: /../../components/nvs_flash/nvs_partition_generator/README.rst