Merge branch 'refactor/gptimer_placement_by_app_trace' into 'master'

refactor(app_trace): don't need to place the whole gptimer driver in the IRAM

Closes IDF-12513

See merge request espressif/esp-idf!37430
This commit is contained in:
morris 2025-03-03 22:14:01 +08:00
commit 1d400fb92e

View File

@ -18,6 +18,6 @@ entries:
archive: libesp_driver_gptimer.a
entries:
if APPTRACE_SV_TS_SOURCE_GPTIMER = y:
gptimer (noflash)
gptimer: gptimer_get_raw_count (noflash)
else:
* (default)