mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c730c9e397
Fixes the tests to pass when some files already exist. Fixes clean target. Moves CONFIG_NVS_ENCRYPTION definition into sdkconfig.h.
4 lines
163 B
C
4 lines
163 B
C
#define CONFIG_NVS_ENCRYPTION 1
|
|
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
|
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
|