-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/storage_esp_partition_linux_file' into 'master'
ESP Partition/Linux: Extended control of file emulating flash memory Closes IDF-4701 See merge request espressif/esp-idf!22110
- Loading branch information
Showing
10 changed files
with
825 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
menu "ESP_PARTITION" | ||
menu "Partition API Configuration" | ||
|
||
config ESP_PARTITION_ENABLE_STATS | ||
bool "Enable esp_partition statistics gathering" | ||
default n | ||
bool "Host test statistics enabled" | ||
depends on IDF_TARGET_LINUX | ||
default n | ||
help | ||
This option enables statistics gathering and flash wear simulation. Linux only. | ||
This option enables gathering host test statistics and SPI flash wear levelling simulation. | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.