mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(hal): Add brownout_hal for TEE builds
This commit is contained in:
@@ -37,7 +37,11 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT esp_tee_build AND NOT BOOTLOADER_BUILD)
|
||||
if(esp_tee_build)
|
||||
if(CONFIG_SOC_BOD_SUPPORTED)
|
||||
list(APPEND srcs "brownout_hal.c")
|
||||
endif()
|
||||
elseif(NOT BOOTLOADER_BUILD)
|
||||
list(APPEND srcs "color_hal.c")
|
||||
|
||||
if(CONFIG_SOC_CLK_TREE_SUPPORTED)
|
||||
|
||||
Reference in New Issue
Block a user