mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4dd88329c1
The following files have been ported: * esp_rom_crc.h * esp_rom_sys.h * esp_rom_efuse.h (mostly no-ops) * esp_rom_md5.h Integrated Linux-based rom implementation into log and NVS component. Added brief host tests for ROM to ensure basic consistency on Linux. Added ROM printf host unit tests. Temporarily added reset reason for Linux in ROM.
7 lines
275 B
C
7 lines
275 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
|
|
#define CONFIG_LOG_MAXIMUM_LEVEL 3
|
|
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
|
|
#define CONFIG_IDF_TARGET_LINUX 1
|