mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9e191bad52
Added statistics and wear simulation functions to support migration of remaining storage related host tests from fixture to linux implementation of esp_partition.
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
menu "ESP_PARTITION"
|
|
|
|
config ESP_PARTITION_ENABLE_STATS
|
|
bool "Enable esp_partition statistics gathering"
|
|
default n
|
|
depends on IDF_TARGET_LINUX
|
|
help
|
|
This option enables statistics gathering and flash wear simulation. Linux only.
|
|
|
|
endmenu
|