]> granicus.if.org Git - esp-idf/commit
mfg_util: Add changes to mfg_util as per changes in nvs_util
authorShivani Tipnis <shivani@espressif.com>
Mon, 29 Oct 2018 07:49:20 +0000 (13:19 +0530)
committerShivani Tipnis <shivani@espressif.com>
Wed, 3 Apr 2019 06:01:49 +0000 (11:31 +0530)
commita88b40483dc97305ff83a2b693ac9db64f3396e9
tree09fcca6234f454d6233fe27a54ec9a1ccea17a5f
parent30e3e26834bff71351321b5128e49558961aef31
mfg_util: Add changes to mfg_util as per changes in nvs_util

revert changeson this file

Update README for mfg util

Update to correct coding style of script
16 files changed:
.flake8
components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py
components/nvs_flash/test_nvs_host/test_nvs.cpp
tools/mass_mfg/docs/README.rst
tools/mass_mfg/mfg_gen.py
tools/mass_mfg/samples/sample_config.csv
tools/mass_mfg/samples/sample_values.csv [deleted file]
tools/mass_mfg/samples/sample_values_multipage_blob.csv [new file with mode: 0644]
tools/mass_mfg/samples/sample_values_singlepage_blob.csv [new file with mode: 0644]
tools/mass_mfg/testdata/sample.base64 [new file with mode: 0644]
tools/mass_mfg/testdata/sample.hex [new file with mode: 0644]
tools/mass_mfg/testdata/sample.txt [new file with mode: 0644]
tools/mass_mfg/testdata/sample_blob.bin [new file with mode: 0644]
tools/mass_mfg/testdata/sample_encryption_keys.bin [new file with mode: 0644]
tools/mass_mfg/testdata/sample_multipage_blob.bin [new file with mode: 0644]
tools/mass_mfg/testdata/sample_singlepage_blob.bin [new file with mode: 0644]