mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0402874d3c
- build system changed to CMake - host tests changed to use partition api on linux instead of mocked code - extended wl flash host tests to cover power off recovery code
13 lines
414 B
Plaintext
13 lines
414 B
Plaintext
CONFIG_IDF_TARGET="linux"
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|
|
CONFIG_WL_SECTOR_SIZE=4096
|
|
CONFIG_LOG_DEFAULT_LEVEL=3
|
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partition_table.csv"
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
|
|
CONFIG_SPI_FLASH_USE_LEGACY_IMPL=1
|
|
CONFIG_MMU_PAGE_SIZE=0X10000
|
|
CONFIG_ESP_PARTITION_ENABLE_STATS=y
|