mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 10:49:53 +01:00
5 lines
159 B
CMake
5 lines
159 B
CMake
|
|
idf_component_register(SRCS "nmi_isr_main.c"
|
||
|
|
"asm_funcs.S"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
WHOLE_ARCHIVE)
|