Files
esp-idf/examples/storage/nvs_bootloader/main/CMakeLists.txt
T

4 lines
165 B
CMake

idf_component_register(SRCS "bootloader_hooks_example_main.c"
INCLUDE_DIRS ".")
nvs_create_partition_image(nvs ../nvs_data.csv FLASH_IN_PROJECT)