Readme-Streamport.txt
1Tracealyzer Stream Port for SEGGER J-Link
2Percepio AB
3www.percepio.com
4-----------------------------------------
5
6This directory contains a "stream port" for the Tracealyzer recorder library,
7i.e., the specific code needed to use a particular interface for streaming a
8Tracealyzer RTOS trace. The stream port is defined by a set of macros in
9trcStreamingPort.h, found in the "include" directory.
10
11This particular stream port targets SEGGER J-Link debug probes, using the RTT
12interface provided by SEGGER.
13
14To use this stream port, make sure that include/trcStreamingPort.h is found
15by the compiler (i.e., add this folder to your project's include paths) and
16add all included source files to your build. Make sure no other versions of
17trcStreamingPort.h are included by mistake!
18
19Note that this stream port also contains SEGGER's RTT driver.
20
21See also http://percepio.com/2016/10/05/rtos-tracing.
22