linker.lf 438 B

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