]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
Update to latest FreeRTOS+Trace recorder code.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-Trace / readme.txt
1 \r
2 Tracealyzer Trace Recorder Library\r
3 -------------------------------------\r
4 Percepio AB\r
5 www.percepio.com\r
6 \r
7 This directory contains the a generic trace recorder library for Tracealyzer v2.4. \r
8 \r
9 For information on how to upload the trace data from your target system RAM to \r
10 Tracealyzer, see "debugger trace upload.txt"\r
11 \r
12 Files included\r
13 --------------\r
14 - trcConfig.h               - The recorder's configuration file, check this!\r
15 - trcUser.c / trcUser.h     - The main API towards the application (trcUser.h in the only include necessary).\r
16 - trcKernel.c / trcKernel.h - Internal routines for storing kernel events.\r
17 - trcBase.c / trcBase.h     - Internal routines for manipulating the data structures and calculating timestamps.\r
18 - trcHardwarePort.c / trcHardwarePort.h     - The port layer, abstracting the hardware (mainly the timer used for timestamping).\r
19 - trcKernelHooks.h                              - The interface between the Kernel and the recorder, containing trace macro defintions.\r
20 - trcKernelPort.h                               - Kernel specific implementations of macros and data.\r
21 - trcTypes.h                            - Type definitions used.\r
22 \r
23 Hardware Timer Ports\r
24 --------------------\r
25 This release contains hardware timer ports for the following hardware architectures:\r
26 \r
27 - ARM Cortex M3/M4 (all brands, such as Atmel SAM3/SAM4, NXP 17xx, 18xx, 43xx, STM32, Freescale Kinetis, ...)\r
28 - Atmel AT91SAM7x\r
29 - Atmel AT32UC3 (AVR32)\r
30 - Renesas RX600 (e.g., RX62N)\r
31 - Microchip dsPIC/PIC24\r
32 \r
33 These are defined in trcPort.h. This also contains several "unofficial" ports, provided by external contributors.\r
34 By unofficial, it means that they are not yet verified by Percepio AB. Please refer to trcPort.h for detailed information. \r
35 If you use an unofficial port and beleive it is incorrect, please let us know!\r
36 \r
37 In case your MCU is not yet supported directly, developing a new port is quite easy, just a matter of defining a few macros\r
38 according to your specific MCU. See trcPort.h for further information.\r
39 \r
40 In case you have any questions, do not hesitate to contact support@percepio.com\r
41 \r
42 Percepio AB\r
43 Köpmangatan 1A\r
44 72215 Västerås\r
45 Sweden\r
46 \r
47 www.percepio.com