OVMS3-idf/components/app_trace
Renz Christian Bagaporo 3882e48e8a cmake: use new signature form of target_link_library to link components
!4452 used setting LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES to link
components built under ESP-IDF build system. However, LINK_LIBRARIES does
not produce behavior same as linking PRIVATE. This MR uses the new
signature for target_link_libraries directly instead. This also moves
setting dependencies during component registration rather than after all
components have been processed.

The consequence is that internally, components have to use the new
signature form as well. This does not affect linking the components to
external targets, such as with idf_as_lib example. This only affects
linking additional libraries to ESP-IDF libraries outside component processing (after
idf_build_process), which is not even possible for CMake<v3.13 as
target_link_libraries is not valid for targets not created in current
directory. See https://cmake.org/cmake/help/v3.13/policy/CMP0079.html#policy:CMP0079
2019-06-11 18:09:26 +08:00
..
gcov all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
include sys_view: Adds heap tracing API 2019-04-01 19:31:27 +03:00
sys_view sys_view: Adds heap tracing API 2019-04-01 19:31:27 +03:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
app_trace.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
app_trace_util.c move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00
CMakeLists.txt cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
component.mk sys_view: Adds heap tracing API 2019-04-01 19:31:27 +03:00
heap_trace_tohost.c sys_view: Adds heap tracing API 2019-04-01 19:31:27 +03:00
host_file_io.c apptrace: Adds checks for user arguments in apptrace API 2019-04-01 15:56:14 +03:00
Kconfig Rename Kconfig options (components/app_trace) 2019-05-21 09:32:55 +02:00
linker.lf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
sdkconfig.rename Rename Kconfig options (components/app_trace) 2019-05-21 09:32:55 +02:00