mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
484 B
CMake
11 lines
484 B
CMake
idf_component_register(SRCS "src/nvs_api.cpp"
|
|
"src/nvs_encr.cpp"
|
|
"src/nvs_item_hash_list.cpp"
|
|
"src/nvs_ops.cpp"
|
|
"src/nvs_page.cpp"
|
|
"src/nvs_pagemanager.cpp"
|
|
"src/nvs_storage.cpp"
|
|
"src/nvs_types.cpp"
|
|
REQUIRES spi_flash mbedtls
|
|
INCLUDE_DIRS include)
|