CMakeLists.txt 181 B

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