]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/config/trcStreamingConfig.h
Update trace recorder code.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-Trace / config / trcStreamingConfig.h
index 7ad11d47b269ba20a872c13054b998ba5f123c01..5b916c33a52136d731995875bd530bc6f54fadd7 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Trace Recorder Library for Tracealyzer v3.1.2\r
+ * Trace Recorder Library for Tracealyzer v4.1.1\r
  * Percepio AB, www.percepio.com\r
  *\r
  * trcStreamingConfig.h\r
@@ -39,7 +39,7 @@
  *\r
  * Tabs are used for indent in this file (1 tab = 4 spaces)\r
  *\r
- * Copyright Percepio AB, 2017.\r
+ * Copyright Percepio AB, 2018.\r
  * www.percepio.com\r
  ******************************************************************************/\r
 \r
@@ -57,7 +57,7 @@ extern "C" {
  * - Task names\r
  * - Named ISRs (vTraceSetISRProperties)\r
  * - Named kernel objects (vTraceStoreKernelObjectName)\r
- * - User event channels (vTraceStoreUserEventChannelName)\r
+ * - User event channels (xTraceRegisterString)\r
  *\r
  * If this value is too small, not all symbol names will be stored and the\r
  * trace display will be affected. In that case, there will be warnings\r
@@ -72,7 +72,7 @@ extern "C" {
  * - Task names\r
  * - Named ISRs (vTraceSetISRProperties)\r
  * - Named kernel objects (vTraceStoreKernelObjectName)\r
- * - User event channel names (vTraceStoreUserEventChannelName)\r
+ * - User event channel names (xTraceRegisterString)\r
  *\r
  * If longer symbol names are used, they will be truncated by the recorder,\r
  * which will affect the trace display. In that case, there will be warnings\r
@@ -123,7 +123,7 @@ extern "C" {
  * Specifies the number of pages used by the paged event buffer.\r
  * This may need to be increased if there are a lot of missed events.\r
  *\r
- * Note: not used by the J-Link RTT stream port (see SEGGER_RTT_Conf.h instead)\r
+ * Note: not used by the J-Link RTT stream port (see trcStreamingPort.h instead)\r
  ******************************************************************************/\r
 #define TRC_CFG_PAGED_EVENT_BUFFER_PAGE_COUNT 2\r
 \r
@@ -134,7 +134,7 @@ extern "C" {
  * to match any internal low-level buffers used by the streaming interface, like\r
  * the Ethernet MTU (Maximum Transmission Unit).\r
  *\r
- * Note: not used by the J-Link RTT stream port (see SEGGER_RTT_Conf.h instead)\r
+ * Note: not used by the J-Link RTT stream port (see trcStreamingPort.h instead)\r
  ******************************************************************************/\r
 #define TRC_CFG_PAGED_EVENT_BUFFER_PAGE_SIZE 2500\r
 \r