mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
feat(esp_tee): Support for ESP-TEE - esptool_py
, esp_rom
& other components
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "esp_log.h"
|
||||
|
||||
// startup_internal.h is necessary for startup function definition, which does not exist on Linux (TODO: IDF-9950)
|
||||
#if !CONFIG_IDF_TARGET_LINUX
|
||||
#if !CONFIG_IDF_TARGET_LINUX && !ESP_TEE_BUILD
|
||||
#include "esp_private/startup_internal.h"
|
||||
|
||||
static const char *TAG = "app_init";
|
||||
@@ -118,7 +118,7 @@ int esp_app_get_elf_sha256(char* dst, size_t size)
|
||||
|
||||
// startup function definition and execution does not exist on the Linux target
|
||||
// (TODO: IDF-9950)
|
||||
#if !CONFIG_IDF_TARGET_LINUX
|
||||
#if !CONFIG_IDF_TARGET_LINUX && !ESP_TEE_BUILD
|
||||
ESP_SYSTEM_INIT_FN(init_show_app_info, CORE, BIT(0), 20)
|
||||
{
|
||||
// Load the current ELF SHA256
|
||||
|
Reference in New Issue
Block a user