CMakeLists.txt 197 B

12345
  1. idf_component_register(SRCS "cmd_system.c"
  2. INCLUDE_DIRS .
  3. REQUIRES console spi_flash driver)
  4. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")