Merge branch 'bugfix/efuse_secure_version_emulate' into 'master'

efuse: Fix mode EFUSE_SECURE_VERSION_EMULATE

See merge request espressif/esp-idf!5446
This commit is contained in:
Angus Gratton 2019-07-05 16:05:26 +08:00
commit d64d97743f
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ list(APPEND srcs
"src/esp_efuse_utility.c")
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES bootloader_support soc
PRIV_REQUIRES bootloader_support soc spi_flash
INCLUDE_DIRS "${include_dirs}")
set(GEN_EFUSE_TABLE_ARG --max_blk_len ${CONFIG_EFUSE_MAX_BLK_LEN})

View File

@ -70,6 +70,7 @@
#include "esp_private/pm_impl.h"
#include "trax.h"
#include "esp_ota_ops.h"
#include "esp_efuse.h"
#define STRINGIFY(s) STRINGIFY2(s)
#define STRINGIFY2(s) #s