OVMS3-idf/components/app_trace
Angus Gratton 22514c1dd9 cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc
Removes the need to know/guess the paths to these libraries. Once we are gcc 8 only, we
can remove -nostdlib and no additional arguments are needed for system libraries.

The catch is: any time IDF overrides a symbol in the toolchain sysroot, we need
an undefined linker marker to make sure this symbol is seen by linker.
2019-05-28 12:54:37 +08:00
..
gcov move common include files from esp32 into esp_common 2019-03-26 11:57:03 +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 Rename Kconfig options (components/app_trace) 2019-05-21 09:32:55 +02: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: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +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