mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs/nvs_flash: update the nvs flash offset comment according review
This commit is contained in:
parent
f12be7ebd8
commit
936b02216b
@ -21,7 +21,7 @@ extern "C" {
|
||||
/** Initialise NVS flash storage with default flash sector layout
|
||||
|
||||
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.
|
||||
*/
|
||||
|
@ -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:
|
||||
|
||||
- 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user