2019-08-15 18:41:28 +08:00
|
|
|
idf_component_register(SRCS "efuse_main.c"
|
|
|
|
|
"esp_efuse_custom_table.c"
|
2024-09-24 14:22:10 +02:00
|
|
|
PRIV_REQUIRES efuse
|
2020-11-10 18:40:01 +11:00
|
|
|
INCLUDE_DIRS "."
|
|
|
|
|
"include")
|
2024-09-24 14:22:10 +02:00
|
|
|
|
|
|
|
|
if(CONFIG_SECURE_BOOT OR CONFIG_SECURE_FLASH_ENC_ENABLED OR CONFIG_IDF_TARGET_ESP32C2)
|
|
|
|
|
idf_component_optional_requires(PRIVATE bootloader_support)
|
|
|
|
|
endif()
|