mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
docs(key-manager): Add Key-Manager peripheral related documentation
This commit is contained in:
@@ -383,6 +383,8 @@ PREDEFINED = \
|
||||
configTASKLIST_INCLUDE_COREID=1 \
|
||||
configUSE_SB_COMPLETED_CALLBACK=1 \
|
||||
PRIVILEGED_FUNCTION= \
|
||||
PACKED_ATTR= \
|
||||
WORD_ALIGNED_ATTR= \
|
||||
"ESP_EVENT_DECLARE_BASE(x)=extern esp_event_base_t x"
|
||||
|
||||
## Do not complain about not having dot
|
||||
|
||||
@@ -22,4 +22,6 @@ INPUT += \
|
||||
$(PROJECT_PATH)/components/esp_tee/include/esp_tee.h \
|
||||
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_sec_storage/include/esp_tee_sec_storage.h \
|
||||
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_ota_ops/include/esp_tee_ota_ops.h \
|
||||
$(PROJECT_PATH)/components/esp_security/include/esp_key_mgr.h \
|
||||
$(PROJECT_PATH)/components/esp_hal_security/include/hal/key_mgr_types.h \
|
||||
$(PROJECT_PATH)/components/mbedtls/port/include/psa/initial_attestation.h \
|
||||
|
||||
@@ -53,4 +53,6 @@ INPUT += \
|
||||
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
|
||||
$(PROJECT_PATH)/components/ulp/lp_core/shared/include/ulp_lp_core_lp_uart_shared.h \
|
||||
$(PROJECT_PATH)/components/ulp/lp_core/shared/include/ulp_lp_core_lp_vad_shared.h \
|
||||
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h
|
||||
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|
||||
$(PROJECT_PATH)/components/esp_security/include/esp_key_mgr.h \
|
||||
$(PROJECT_PATH)/components/esp_hal_security/include/hal/key_mgr_types.h
|
||||
|
||||
Reference in New Issue
Block a user