mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
[mapping:app_trace]
|
|
archive: libapp_trace.a
|
|
entries:
|
|
app_trace (noflash)
|
|
app_trace_util (noflash)
|
|
if APPTRACE_SV_ENABLE = y:
|
|
SEGGER_SYSVIEW (noflash)
|
|
SEGGER_RTT_esp (noflash)
|
|
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)
|