Home
last modified time | relevance | path

Searched refs:esp_app_desc (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_app_format/
Desp_app_desc.c15 const __attribute__((weak)) __attribute__((section(".rodata_desc"))) esp_app_desc_t esp_app_desc =… variable
47 _Static_assert(sizeof(PROJECT_VER) <= sizeof(esp_app_desc.version), "PROJECT_VER is longer than ver…
49 _Static_assert(sizeof(IDF_VER) <= sizeof(esp_app_desc.idf_ver), "IDF_VER is longer than idf_ver fie…
51 _Static_assert(sizeof(PROJECT_NAME) <= sizeof(esp_app_desc.project_name), "PROJECT_NAME is longer t…
56 return &esp_app_desc; in esp_app_get_description()
88 const volatile uint8_t* src = (const volatile uint8_t*)esp_app_desc.app_elf_sha256; in esp_app_get_elf_sha256()
DCMakeLists.txt1 idf_component_register(SRCS "esp_app_desc.c"
4 # esp_app_desc structure is added as an undefined symbol because otherwise the
7 target_link_libraries(${COMPONENT_LIB} INTERFACE "-u esp_app_desc")
24 SOURCE "esp_app_desc.c"
DKconfig.projbuild16 This value will not be contained in the esp_app_desc structure.
23 This value will not be contained in the esp_app_desc structure.