From: Ivan Grokhotkov Date: Thu, 29 Nov 2018 12:18:57 +0000 (+0800) Subject: app_trace: require timer driver to be in IRAM X-Git-Tag: v3.3-beta1~4^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46a948dafac74a0f1f3153ebc9eea772fb29829c;p=esp-idf app_trace: require timer driver to be in IRAM Closes https://github.com/espressif/esp-idf/issues/2760 --- diff --git a/components/app_trace/linker.lf b/components/app_trace/linker.lf index d615324119..5494afc00c 100644 --- a/components/app_trace/linker.lf +++ b/components/app_trace/linker.lf @@ -3,3 +3,10 @@ archive: libapp_trace.a entries: * (noflash) +[mapping] +archive: libdriver.a +entries: + : SYSVIEW_TS_SOURCE_TIMER_00 = y || SYSVIEW_TS_SOURCE_TIMER_01 = y + || SYSVIEW_TS_SOURCE_TIMER_10 = y || SYSVIEW_TS_SOURCE_TIMER_11 = y + timer (noflash) +