We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc36d0 commit 80dfe25Copy full SHA for 80dfe25
boot/espressif/CMakeLists.txt
@@ -13,8 +13,9 @@ endif()
13
14
add_definitions(-DMCUBOOT_TARGET=${MCUBOOT_TARGET})
15
add_definitions(-D__ESPRESSIF__=1)
16
+add_definitions(-DCONFIG_MCUBOOT_ESPRESSIF=1)
17
-set(EXPECTED_IDF_HAL_VERSION "5.1.4")
18
+set(EXPECTED_IDF_HAL_VERSION "5.1.6")
19
20
if ("${MCUBOOT_TARGET}" STREQUAL "esp32" OR
21
"${MCUBOOT_TARGET}" STREQUAL "esp32s2" OR
boot/espressif/hal/include/stubs.h
boot/espressif/hal/include/zephyr_compat.h
0 commit comments