mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat(examples): Add storage/nvsgen example
Showcases the use of `nvs_create_partition_image` CMake function Remove mentions of NVS multipage blob version 1 so it's not encouraged
This commit is contained in:
@@ -94,7 +94,7 @@ This utility helps generate NVS partition binary files which can be flashed sepa
|
||||
|
||||
Instead of calling the ``nvs_partition_gen.py`` tool manually, the creation of the partition binary files can also be done directly from CMake using the function ``nvs_create_partition_image``::
|
||||
|
||||
nvs_create_partition_image(<partition> <csv> [FLASH_IN_PROJECT] [VERSION 1 | 2] [DEPENDS dep dep dep ...])
|
||||
nvs_create_partition_image(<partition> <csv> [FLASH_IN_PROJECT] [DEPENDS dep dep dep ...])
|
||||
|
||||
**Positional Arguments**:
|
||||
|
||||
@@ -118,12 +118,6 @@ Instead of calling the ``nvs_partition_gen.py`` tool manually, the creation of t
|
||||
- Description
|
||||
* - ``FLASH_IN_PROJECT``
|
||||
- Name of the NVS parition
|
||||
* - ``VERSION {1,2}``
|
||||
- Set multipage blob version (Default: Version 2)
|
||||
|
||||
Version 1 = support disabled
|
||||
|
||||
Version 2 = support enabled
|
||||
* - ``DEPENDS``
|
||||
- Specify files on which the command depends
|
||||
|
||||
|
Reference in New Issue
Block a user