CMakeLists.txt 272 B

1234567
  1. idf_component_register(SRCS "panic.c" "system_api.c"
  2. INCLUDE_DIRS include
  3. PRIV_INCLUDE_DIRS private_include
  4. PRIV_REQUIRES spi_flash app_update
  5. LDFRAGMENTS "linker.lf")
  6. add_subdirectory(port)