]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Source/FreeRTOS-Plus-Trace/streamports/File/Readme-Streamport.txt
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Source / FreeRTOS-Plus-Trace / streamports / File / Readme-Streamport.txt
1 Tracealyzer Stream Port for Files\r
2 -------------------------------------------------\r
3 \r
4 This directory contains a "stream port" for the Tracealyzer recorder library,\r
5 i.e., the specific code needed to use a particular interface for streaming a\r
6 Tracealyzer RTOS trace. The stream port is defined by a set of macros in\r
7 trcStreamingPort.h, found in the "include" directory.\r
8 \r
9 This particular stream port is for streaming to a file via stdio.h (fwrite).\r
10 \r
11 To use this stream port, make sure that include/trcStreamingPort.h is found\r
12 by the compiler (i.e., add this folder to your project's include paths) and\r
13 add all included source files to your build. Make sure no other versions of\r
14 trcStreamingPort.h are included by mistake!\r
15 \r
16 See also http://percepio.com/2016/10/05/rtos-tracing.\r
17 \r
18 Percepio AB\r
19 www.percepio.com