mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Storage: Fixed formatting of esp_partition Linux code
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
menu "Partition API Configuration"
|
menu "Partition API Configuration"
|
||||||
|
|
||||||
# This option enables gathering statistics and flash wear levelling simulation.
|
|
||||||
# Linux target only (host tests).
|
|
||||||
config ESP_PARTITION_ENABLE_STATS
|
config ESP_PARTITION_ENABLE_STATS
|
||||||
bool
|
bool "Host test statistics enabled"
|
||||||
depends on IDF_TARGET_LINUX
|
depends on IDF_TARGET_LINUX
|
||||||
default n
|
default n
|
||||||
|
help
|
||||||
|
This option enables gathering host test statistics and SPI flash wear levelling simulation.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
CONFIG_IDF_TARGET="linux"
|
CONFIG_IDF_TARGET="linux"
|
||||||
IDF_TARGET_LINUX=y
|
CONFIG_IDF_TARGET_LINUX=y
|
||||||
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
||||||
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|
||||||
CONFIG_UNITY_ENABLE_FIXTURE=y
|
CONFIG_UNITY_ENABLE_FIXTURE=y
|
||||||
|
Reference in New Issue
Block a user