linker.lf 462 B

12345678910111213141516171819
  1. [mapping:app_trace]
  2. archive: libapp_trace.a
  3. entries:
  4. app_trace (noflash)
  5. port_uart (noflash)
  6. app_trace_util (noflash)
  7. if APPTRACE_SV_ENABLE = y:
  8. SEGGER_SYSVIEW (noflash)
  9. SEGGER_RTT_esp (noflash)
  10. SEGGER_SYSVIEW_Config_FreeRTOS (noflash)
  11. SEGGER_SYSVIEW_FreeRTOS (noflash)
  12. [mapping:app_trace_driver]
  13. archive: libdriver.a
  14. entries:
  15. if APPTRACE_SV_TS_SOURCE_GPTIMER = y:
  16. gptimer (noflash)
  17. else:
  18. * (default)