mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update NVS Partition Generator Utility documentation
to add support for i16, u64, i64 types
This commit is contained in:
parent
cab895f459
commit
7084015884
@ -29,9 +29,10 @@ Each line of a .csv file should contain 4 parameters, separated by a comma. The
|
||||
+-----+-----------+----------------------------------------------------------------------+-----------------------------------------------------+
|
||||
| 2 | Type | Supported values are ``file``, ``data`` and ``namespace``. | |
|
||||
+-----+-----------+----------------------------------------------------------------------+-----------------------------------------------------+
|
||||
| 3 | Encoding | Supported values are: ``u8``, ``i8``, ``u16``, ``u32``, | As of now, for the ``file`` type, |
|
||||
| | | ``i32``, ``string``, ``hex2bin``, ``base64`` and ``binary``. | only ``hex2bin``, ``base64``, ``string``, |
|
||||
| | | This specifies how actual data values are encoded in the | and ``binary`` encoding is supported. |
|
||||
| 3 | Encoding | Supported values are: ``u8``, ``i8``, ``u16``, ``i16``, ``u32``, | As of now, for the ``file`` type, |
|
||||
| | | ``i32``, ``u64``, ``i64``, ``string``, ``hex2bin``, ``base64`` | only ``hex2bin``, ``base64``, ``string``, |
|
||||
| | | and ``binary``. | and ``binary`` encoding is supported. |
|
||||
| | | This specifies how actual data values are encoded in the | |
|
||||
| | | resulting binary file. The difference between the ``string`` | |
|
||||
| | | and ``binary`` encoding is that ``string`` data is terminated | |
|
||||
| | | with a NULL character, whereas ``binary`` data is not. | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user