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

This commit is contained in:
morris 2025-03-03 14:33:24 +08:00
parent 7e00ea43f0
commit 5c514e4634

View File

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