mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/app_trace_iram_v4.4' into 'release/v4.4'
apptrace: move all apptrace related functions to IRAM (v4.4) See merge request espressif/esp-idf!18728
This commit is contained in:
commit
d1ae2b8ffd
@ -3,6 +3,10 @@ archive: libapp_trace.a
|
|||||||
entries:
|
entries:
|
||||||
app_trace (noflash)
|
app_trace (noflash)
|
||||||
app_trace_util (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:
|
if APPTRACE_SV_ENABLE = y:
|
||||||
SEGGER_SYSVIEW (noflash)
|
SEGGER_SYSVIEW (noflash)
|
||||||
SEGGER_RTT_esp (noflash)
|
SEGGER_RTT_esp (noflash)
|
||||||
|
Loading…
Reference in New Issue
Block a user