apptrace: move all apptrace related functions to IRAM

Closes: https://github.com/espressif/esp-idf/issues/9131
This commit is contained in:
Marius Vikhammer 2022-06-23 12:28:09 +08:00
parent 203c3e6e1c
commit 82daa80eac

View File

@ -4,6 +4,10 @@ entries:
app_trace (noflash)
port_uart (noflash)
app_trace_util (noflash)
if APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE:
app_trace_membufs_proto (noflash)
if APPTRACE_DEST_JTAG = y:
port (noflash)
if APPTRACE_SV_ENABLE = y:
SEGGER_SYSVIEW (noflash)
SEGGER_RTT_esp (noflash)