2019-04-28 07:38:23 +00:00
|
|
|
idf_build_get_property(target IDF_TARGET)
|
2019-06-21 06:29:32 +00:00
|
|
|
idf_component_register(SRCS "debug_helpers.c"
|
|
|
|
"debug_helpers_asm.S"
|
|
|
|
"eri.c"
|
|
|
|
"trax.c"
|
2019-04-28 07:38:23 +00:00
|
|
|
INCLUDE_DIRS include ${target}/include
|
|
|
|
LDFRAGMENTS linker.lf
|
|
|
|
PRIV_REQUIRES soc)
|
2019-03-25 13:11:53 +00:00
|
|
|
|
2019-04-28 07:38:23 +00:00
|
|
|
target_link_libraries(${COMPONENT_LIB} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/${target}/libhal.a")
|