esp-idf/components/esp_system/CMakeLists.txt
2021-11-23 13:06:03 +03:00

7 lines
218 B
CMake

idf_component_register(SRCS "panic.c" "system_api.c"
INCLUDE_DIRS include
PRIV_REQUIRES spi_flash app_update
LDFRAGMENTS "linker.lf")
add_subdirectory(port)