1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-18 04:30:10 -04:00

8 lines
272 B
CMake

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