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

..--

config/11-Mar-2024-8917

include/11-Mar-2024-15865

Readme-Streamport.txtD11-Mar-2024793 1914

trcStreamPort.cD11-Mar-20241.8 KiB8353

Readme-Streamport.txt

1Tracealyzer Stream Port for Files
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
9trcStreamPort.h, found in the "include" directory.
10
11This particular stream port is for streaming to a file via stdio.h (fwrite).
12
13To use this stream port, make sure that include/trcStreamPort.h is found
14by the compiler (i.e., add this folder to your project's include paths) and
15add all included source files to your build. Make sure no other versions of
16trcStreamPort.h are included by mistake!
17
18See also http://percepio.com/2016/10/05/rtos-tracing.
19