CMakeLists.txt 196 B

1234567
  1. idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
  2. INCLUDE_DIRS .
  3. INCLUDE_DIRS . ../tools/
  4. REQUIRES nvs_flash json platform_console services vfs
  5. )