2023-01-20 11:58:52 -05:00
|
|
|
menu "Partition API Configuration"
|
2022-12-22 02:39:22 -05:00
|
|
|
|
|
|
|
config ESP_PARTITION_ENABLE_STATS
|
2023-02-28 17:47:11 -05:00
|
|
|
bool "Host test statistics enabled"
|
2022-12-22 02:39:22 -05:00
|
|
|
depends on IDF_TARGET_LINUX
|
2023-01-20 11:58:52 -05:00
|
|
|
default n
|
2023-02-28 17:47:11 -05:00
|
|
|
help
|
|
|
|
This option enables gathering host test statistics and SPI flash wear levelling simulation.
|
2022-12-22 02:39:22 -05:00
|
|
|
|
2024-02-27 06:38:10 -05:00
|
|
|
config ESP_PARTITION_ERASE_CHECK
|
|
|
|
bool "Check if flash is erased before writing"
|
|
|
|
depends on IDF_TARGET_LINUX
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This option controls whether the partition implementation checks
|
|
|
|
if the flash is erased before writing to it.
|
|
|
|
This is necessary for SPIFFS, which expects to be able to write without erasing first.
|
|
|
|
|
2022-12-22 02:39:22 -05:00
|
|
|
endmenu
|