mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
|