Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 11-Mar-2024 | - | 128 | 23 | ||
Readme-Streamport.txt | D | 11-Mar-2024 | 1,000 | 22 | 17 | |
trcStreamPort.c | D | 11-Mar-2024 | 5.4 KiB | 158 | 42 |
Readme-Streamport.txt
1Tracealyzer Stream Port for Amazon FreeRTOS TCP/WIFI 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 via a TCP socket in Amazon 12FreeRTOS (AFR) directly to a host computer on the local network, typically 13using Wifi. Read more in trcStreamPort.h. 14 15To use this stream port, make sure that include/trcStreamPort.h is found 16by the compiler (i.e., add this folder to your project's include paths) and 17add all included source files to your build. Make sure no other versions of 18trcStreamPort.h are included by mistake! 19 20See also http://percepio.com/2016/10/05/rtos-tracing 21and https://percepio.com/2018/10/11/tuning-your-custom-trace-streaming/ 22