mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
5 lines
250 B
CMake
5 lines
250 B
CMake
idf_component_register(SRCS "security_features_app_main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES nvs_flash spi_flash efuse bootloader_support nvs_sec_provider
|
|
REQUIRED_IDF_TARGETS esp32c3 esp32s3)
|