Files
esp-idf/examples/security/flash_encryption/main/CMakeLists.txt
T

6 lines
302 B
CMake
Raw Normal View History

idf_component_register(SRCS "flash_encrypt_main.c"
"flash_encrypt_fatfs.c"
PRIV_REQUIRES vfs nvs_flash spi_flash efuse bootloader_support
fatfs espcoredump nvs_sec_provider
INCLUDE_DIRS ".")