mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2f58060921
This commit adds handling for FIFO overruns and adds workarounds for HW errats on the ESP32. Closes https://github.com/espressif/esp-idf/issues/2519 Closes https://github.com/espressif/esp-idf/issues/4276
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
[mapping:app_trace]
|
|
archive: libapp_trace.a
|
|
entries:
|
|
app_trace (noflash)
|
|
app_trace_util (noflash)
|
|
if SYSVIEW_ENABLE = y:
|
|
SEGGER_SYSVIEW (noflash)
|
|
SEGGER_RTT_esp32 (noflash)
|
|
SEGGER_SYSVIEW_Config_FreeRTOS (noflash)
|
|
SEGGER_SYSVIEW_FreeRTOS (noflash)
|
|
|
|
[mapping:app_trace_driver]
|
|
archive: libdriver.a
|
|
entries:
|
|
if 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)
|
|
else:
|
|
* (default)
|