esp-idf/examples/security/flash_encryption/main/CMakeLists.txt
radek.tandler 68df525394 feat(examples/security): Extend flash_encryption example with fatfs encryption
Updated the flash_encryption example to demonstrate the usage of fatfs encryption.
Updated existing test case to ensure accurate and reliable testing.
Documentation of storage section extended by security relarted summary.

Closes https://github.com/espressif/esp-idf/issues/11551
Closes https://github.com/espressif/esp-idf/issues/13668
2024-06-27 21:41:43 +08:00

4 lines
141 B
CMake

idf_component_register(SRCS "flash_encrypt_main.c"
"flash_encrypt_fatfs.c"
INCLUDE_DIRS ".")