]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Source/FreeRTOS-Plus-Trace/streamports/TCPIP/Readme-Streamport.txt
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Source / FreeRTOS-Plus-Trace / streamports / TCPIP / Readme-Streamport.txt
1 Tracealyzer Stream Port for TCP/IP (lwIP example)\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 targets TCP/IP. This example assumes lwIP but is\r
10 easy to modify for other TCP/IP stacks.\r
11 \r
12 To use this stream port, make sure that include/trcStreamingPort.h is found\r
13 by the compiler (i.e., add this folder to your project's include paths) and\r
14 add all included source files to your build. Make sure no other versions of\r
15 trcStreamingPort.h are included by mistake!\r
16 \r
17 Note that lwIP is not included, but assumed to exist in the project already.\r
18 \r
19 See also http://percepio.com/2016/10/05/rtos-tracing.\r
20 \r
21 Percepio AB\r
22 www.percepio.com