• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

config/11-Mar-2024-6118

include/11-Mar-2024-20254

KconfigD11-Mar-20241.3 KiB3327

Readme-Streamport.txtD11-Mar-2024785 1914

trcStreamPort.cD11-Mar-20243.6 KiB13187

Readme-Streamport.txt

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