mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
docs/nvs_flash: update the nvs flash offset comment according review
This commit is contained in:
@@ -21,7 +21,7 @@ extern "C" {
|
|||||||
/** Initialise NVS flash storage with default flash sector layout
|
/** Initialise NVS flash storage with default flash sector layout
|
||||||
|
|
||||||
Temporarily, this region is hardcoded as a 12KB (0x3000 byte)
|
Temporarily, this region is hardcoded as a 12KB (0x3000 byte)
|
||||||
region starting at 24KB (0x6000 byte) offset in flash.
|
region starting at 36KB (0x9000 byte) offset in flash.
|
||||||
|
|
||||||
@return ESP_OK if flash was successfully initialised.
|
@return ESP_OK if flash was successfully initialised.
|
||||||
*/
|
*/
|
||||||
|
@@ -23,7 +23,7 @@ Known Issues
|
|||||||
The below design document outlines the goals for the partition table system. At the moment, only some features are used:
|
The below design document outlines the goals for the partition table system. At the moment, only some features are used:
|
||||||
|
|
||||||
- data partition types "rf" & "wifi" are unused and can be entirely omitted to save space.
|
- data partition types "rf" & "wifi" are unused and can be entirely omitted to save space.
|
||||||
- NVS (non-volatile-storage) uses a hardcoded 12KB (0x3000 byte) region at offset 0x6000.
|
- NVS (non-volatile-storage) uses a hardcoded 12KB (0x3000 byte) region at offset 0x9000.
|
||||||
|
|
||||||
Once a full user API is in place for partition access, these limitations will be resolved and you'll be able to use the partition mechanism fully for storing data in flash.
|
Once a full user API is in place for partition access, these limitations will be resolved and you'll be able to use the partition mechanism fully for storing data in flash.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user