]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
+ New feature added: Task notifications.
[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.7. \r
8 \r
9 For information on how to upload the trace data from your target system RAM to \r
10 Tracealyzer, see the User Manual (e.g., http://percepio.com/docs/FreeRTOS/manual/Recorder.html)\r
11 \r
12 Files included\r
13 --------------\r
14 - trcConfig.h                           - The recorder's configuration file, set your recorder configuration here!\r
15 - trcUser.c/.h                          - The main API towards the application (trcUser.h in the only include necessary).\r
16 - trcKernel.c/.h                        - Internal routines for storing kernel events.\r
17 - trcBase.c/.h                          - Internal routines for manipulating the data structures and calculating timestamps.\r
18 - trcHardwarePort.c/.h                  - The hardware interface, especially for timestamping.\r
19 - trcKernelPort.h                               - Wrapper for trcKernelPortFreeRTOS.h (for portability).\r
20 - trcKernelPortFreeRTOS.c/.h    - FreeRTOS-specific trace macros and helper functions.\r
21 - trcKernelHooks.h                      - Generic trace macros (OS independent), used by trcKernelPortFreeRTOS.\r
22 - trcTypes.h                            - Type definitions used.\r
23 \r
24 Hardware Timer Ports\r
25 --------------------\r
26 This release contains hardware timer ports for the following hardware architectures:\r
27 \r
28 - ARM Cortex M3/M4/M0/M0+ (all brands, such as Atmel SAM3x/SAM4x/SAM D20, NXP 17xx, 18xx, 43xx, STM32, Freescale Kinetis, ...)\r
29 - Atmel AT91SAM7x\r
30 - Atmel AT32UC3 (AVR32)\r
31 - Renesas RX600 (e.g., RX62N)\r
32 - Microchip dsPIC/PIC24\r
33 - Microchip PIC32MX\r
34 - Microchip PIC32MZ\r
35 - NXP LPC2106\r
36 - Texas Instruments TMS570 (Cortex-R4)\r
37 - Texas Instruments MSP430\r
38 - Xilinx PowerPC 405\r
39 - Xilinx PowerPC 440\r
40 - Xilinx Microblaze\r
41 - ARM Cortex-A9\r
42 \r
43 These are defined in trcHardwarePort.h. Some of these are "unofficial" ports, provided by external contributors.\r
44 By unofficial, it means that they are not yet verified by Percepio AB. Please refer to trcHardwarePort.h for detailed information. \r
45 If you use an unofficial port and believe it is incorrect, please let us know! (support@percepio.com)\r
46 \r
47 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
48 according to your specific MCU. See trcHardwarePort.h for further information.\r
49 \r
50 In case you have any questions, do not hesitate to contact support@percepio.com\r
51 \r
52 Percepio AB\r
53 Köpmangatan 1A\r
54 72215 Västerås\r
55 Sweden\r
56 \r
57 www.percepio.com