mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
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
|