esp-idf/components/app_trace/linker.lf

20 lines
462 B
Plaintext
Raw Normal View History

[mapping:app_trace]
archive: libapp_trace.a
entries:
2018-12-12 12:35:17 -05:00
app_trace (noflash)
port_uart (noflash)
2018-12-12 12:35:17 -05:00
app_trace_util (noflash)
if APPTRACE_SV_ENABLE = y:
2021-01-13 07:05:57 -05:00
SEGGER_SYSVIEW (noflash)
SEGGER_RTT_esp (noflash)
2021-01-13 07:05:57 -05:00
SEGGER_SYSVIEW_Config_FreeRTOS (noflash)
SEGGER_SYSVIEW_FreeRTOS (noflash)
[mapping:app_trace_driver]
archive: libdriver.a
entries:
if APPTRACE_SV_TS_SOURCE_GPTIMER = y:
gptimer (noflash)
else:
* (default)