mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-19 17:47:27 +00:00
6 lines
312 B
CMake
6 lines
312 B
CMake
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 esp_psram
|
|
INCLUDE_DIRS ".")
|