mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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:
commit
1d400fb92e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user