CMakeLists.txt 152 B

123
  1. idf_component_register(SRCS "flash_encrypt_main.c"
  2. INCLUDE_DIRS ".")
  3. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")