2024-03-11 16:39:52 +05:30
|
|
|
idf_component_register(SRCS "security_features_app_main.c"
|
|
|
|
|
INCLUDE_DIRS "."
|
2024-09-24 14:22:10 +02:00
|
|
|
PRIV_REQUIRES nvs_flash spi_flash efuse bootloader_support nvs_sec_provider
|
2024-03-11 16:39:52 +05:30
|
|
|
REQUIRED_IDF_TARGETS esp32c3)
|