]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcConfig.h
Update trace recorder code to the latest.
[freertos] / FreeRTOS / Demo / WIN32-MSVC / Trace_Recorder_Configuration / trcConfig.h
index 37345d497d8cdcae3f4001aa7c8151bfcc52a594..610b0d97e4ad3543a140a76c80189da5f866c8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Trace Recorder Library for Tracealyzer v3.1.2\r
+ * Trace Recorder Library for Tracealyzer v4.1.4\r
  * Percepio AB, www.percepio.com\r
  *\r
  * trcConfig.h\r
@@ -41,7 +41,7 @@
  *\r
  * Tabs are used for indent in this file (1 tab = 4 spaces)\r
  *\r
- * Copyright Percepio AB, 2016.\r
+ * Copyright Percepio AB, 2018.\r
  * www.percepio.com\r
  ******************************************************************************/\r
 \r
@@ -105,7 +105,7 @@ extern "C" {
  * trace recorder library with an older version of FreeRTOS).\r
  *\r
  * TRC_FREERTOS_VERSION_7_3                                            If using FreeRTOS v7.3.x\r
- * TRC_FREERTOS_VERSION_7_4                                            If using FreeRTOS v7.4.x \r
+ * TRC_FREERTOS_VERSION_7_4                                            If using FreeRTOS v7.4.x\r
  * TRC_FREERTOS_VERSION_7_5_OR_7_6                             If using FreeRTOS v7.5.0 - v7.6.0\r
  * TRC_FREERTOS_VERSION_8_X                                            If using FreeRTOS v8.X.X\r
  * TRC_FREERTOS_VERSION_9_0_0                                  If using FreeRTOS v9.0.0\r
@@ -144,13 +144,13 @@ extern "C" {
  *\r
  * Macro which should be defined as either zero (0) or one (1).\r
  *\r
- * If this is zero (0), all code related to User Events is excluded in order \r
+ * If this is zero (0), all code related to User Events is excluded in order\r
  * to reduce code size. Any attempts of storing User Events are then silently\r
  * ignored.\r
  *\r
- * User Events are application-generated events, like "printf" but for the \r
- * trace log, generated using vTracePrint and vTracePrintF. \r
- * The formatting is done on host-side, by Tracealyzer. User Events are \r
+ * User Events are application-generated events, like "printf" but for the\r
+ * trace log, generated using vTracePrint and vTracePrintF.\r
+ * The formatting is done on host-side, by Tracealyzer. User Events are\r
  * therefore much faster than a console printf and can often be used\r
  * in timing critical code without problems.\r
  *\r
@@ -234,7 +234,7 @@ extern "C" {
  *\r
  * Macro which should be defined as either zero (0) or one (1).\r
  *\r
- * If this is zero (0), the trace will exclude any "pending function call" \r
+ * If this is zero (0), the trace will exclude any "pending function call"\r
  * events, such as xTimerPendFunctionCall().\r
  *\r
  * Default value is 0 since dependent on timers.c\r