|
|
@@ -17,7 +17,8 @@ endif()
|
|
|
|
|
|
if(BOOTLOADER_BUILD)
|
|
|
set(include_dirs "include" "include_bootloader")
|
|
|
- set(priv_requires micro-ecc spi_flash efuse)
|
|
|
+ # freertos is included just for the CONFIG_FREERTOS_UNICORE macro
|
|
|
+ set(priv_requires micro-ecc spi_flash efuse freertos)
|
|
|
list(APPEND srcs
|
|
|
"src/bootloader_init.c"
|
|
|
"src/${IDF_TARGET}/bootloader_sha.c"
|