mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-28 21:55:59 +00:00
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
[mapping:app_trace]
|
|
archive: libapp_trace.a
|
|
entries:
|
|
if ESP_TRACE_TRANSPORT_APPTRACE = y:
|
|
app_trace (noflash)
|
|
app_trace_util (noflash)
|
|
if APPTRACE_DEST_JTAG = y || APPTRACE_DEST_ALL = y:
|
|
port_jtag (noflash)
|
|
app_trace_membufs_proto (noflash)
|
|
if APPTRACE_DEST_UART = y || APPTRACE_DEST_ALL = y:
|
|
port_uart (noflash)
|