Merge branch 'bugfix/sysview_cache_err' into 'master'
app_trace: linker fragment fixes See merge request idf/esp-idf!3835
This commit is contained in:
commit
423d7b9a65
2 changed files with 8 additions and 1 deletions
|
@ -26,6 +26,6 @@ COMPONENT_SRCDIRS += \
|
|||
sys_view/esp32
|
||||
else
|
||||
COMPONENT_SRCDIRS += gcov
|
||||
endif
|
||||
|
||||
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|
||||
endif
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue