]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
+ New feature added: Task notifications.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-Trace / readme.txt
index 2c6c551955626362e69aa9c6ce65c06e6c8b4bf4..44b321fefc1bd69ced64984b7d104b1de865ba79 100644 (file)
@@ -4,21 +4,22 @@ Tracealyzer Trace Recorder Library
 Percepio AB\r
 www.percepio.com\r
 \r
-This directory contains the a generic trace recorder library for Tracealyzer v2.6\r
+This directory contains the a generic trace recorder library for Tracealyzer v2.7\r
 \r
 For information on how to upload the trace data from your target system RAM to \r
-Tracealyzer, see "debugger trace upload.txt"\r
+Tracealyzer, see the User Manual (e.g., http://percepio.com/docs/FreeRTOS/manual/Recorder.html)\r
 \r
 Files included\r
 --------------\r
-- trcConfig.h             - The recorder's configuration file, set your recorder configuration here!\r
-- trcUser.c/.h            - The main API towards the application (trcUser.h in the only include necessary).\r
-- trcKernel.c/.h          - Internal routines for storing kernel events.\r
-- trcBase.c/.h            - Internal routines for manipulating the data structures and calculating timestamps.\r
-- trcHardwarePort.c/.h    - The hardware interface, especially for timestamping.\r
-- trcKernelPort.c/.h      - Kernel specific implementations of macros and data.\r
-- trcKernelHooks.h        - The trace macro defines (OS independent).\r
-- trcTypes.h              - Type definitions used.\r
+- trcConfig.h                          - The recorder's configuration file, set your recorder configuration here!\r
+- trcUser.c/.h                         - The main API towards the application (trcUser.h in the only include necessary).\r
+- trcKernel.c/.h                       - Internal routines for storing kernel events.\r
+- trcBase.c/.h                         - Internal routines for manipulating the data structures and calculating timestamps.\r
+- trcHardwarePort.c/.h                 - The hardware interface, especially for timestamping.\r
+- trcKernelPort.h                              - Wrapper for trcKernelPortFreeRTOS.h (for portability).\r
+- trcKernelPortFreeRTOS.c/.h   - FreeRTOS-specific trace macros and helper functions.\r
+- trcKernelHooks.h                     - Generic trace macros (OS independent), used by trcKernelPortFreeRTOS.\r
+- trcTypes.h                           - Type definitions used.\r
 \r
 Hardware Timer Ports\r
 --------------------\r
@@ -29,17 +30,19 @@ This release contains hardware timer ports for the following hardware architectu
 - Atmel AT32UC3 (AVR32)\r
 - Renesas RX600 (e.g., RX62N)\r
 - Microchip dsPIC/PIC24\r
-- Microchip PIC32\r
+- Microchip PIC32MX\r
+- Microchip PIC32MZ\r
 - NXP LPC2106\r
 - Texas Instruments TMS570 (Cortex-R4)\r
 - Texas Instruments MSP430\r
 - Xilinx PowerPC 405\r
 - Xilinx PowerPC 440\r
 - Xilinx Microblaze\r
+- ARM Cortex-A9\r
 \r
 These are defined in trcHardwarePort.h. Some of these are "unofficial" ports, provided by external contributors.\r
 By unofficial, it means that they are not yet verified by Percepio AB. Please refer to trcHardwarePort.h for detailed information. \r
-If you use an unofficial port and beleive it is incorrect, please let us know! (support@percepio.com)\r
+If you use an unofficial port and believe it is incorrect, please let us know! (support@percepio.com)\r
 \r
 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
 according to your specific MCU. See trcHardwarePort.h for further information.\r