refactor(examples/storage): update document links
This commit is contained in:
@@ -47,16 +47,18 @@ Examples
|
||||
|
||||
* - **Code Example**
|
||||
- **Description**
|
||||
* - :example:`nvs_rw_blob <storage/nvs_rw_blob>`
|
||||
* - :example:`nvs_rw_blob <storage/nvs/nvs_rw_blob>`
|
||||
- Shows the use of the C-style API to read and write blob data types in NVS flash.
|
||||
* - :example:`nvs_rw_value <storage/nvs_rw_value>`
|
||||
* - :example:`nvs_rw_value <storage/nvs/nvs_rw_value>`
|
||||
- Shows the use of the C-style API to read and write integer data types in NVS flash.
|
||||
* - :example:`nvs_rw_value_cxx <storage/nvs_rw_value_cxx>`
|
||||
* - :example:`nvs_rw_value_cxx <storage/nvs/nvs_rw_value_cxx>`
|
||||
- Shows the use of the C++-style API to read and write integer data types in NVS flash.
|
||||
* - :example:`nvs_bootloader <storage/nvs_bootloader>`
|
||||
* - :example:`nvs_bootloader <storage/nvs/nvs_bootloader>`
|
||||
- Shows the use of the API available to the bootloader code to read NVS data.
|
||||
* - :example:`nvsgen <storage/nvsgen>`
|
||||
* - :example:`nvsgen <storage/nvs/nvsgen>`
|
||||
- Demonstrates how to use the Python-based NVS image generation tool to create an NVS partition image from the contents of a CSV file.
|
||||
* - :example:`nvs_console <storage/nvs/nvs_console>`
|
||||
- Demonstrates how to use NVS through an interactive console interface.
|
||||
|
||||
.. list-table:: Common Filesystem API
|
||||
:widths: 25 75
|
||||
|
||||
Reference in New Issue
Block a user