summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-09-09 01:26:46 -0700
committerCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-09-09 01:26:46 -0700
commit04cf45fdbc361e2b1fb3efbd1cb299440c138efa (patch)
treeeef9dba158e51fec7174551a6e9507c74cb89dd3
parent34d9175ce0fc8c660b2d3ad05f25d089a9a1fc41 (diff)
downloadfreertos-git-04cf45fdbc361e2b1fb3efbd1cb299440c138efa.tar.gz
Increase tracelyzer parameters to accomodate full demo scope
-rw-r--r--FreeRTOS/Demo/Posix_GCC/trcSnapshotConfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/FreeRTOS/Demo/Posix_GCC/trcSnapshotConfig.h b/FreeRTOS/Demo/Posix_GCC/trcSnapshotConfig.h
index 9c43cd051..45c920584 100644
--- a/FreeRTOS/Demo/Posix_GCC/trcSnapshotConfig.h
+++ b/FreeRTOS/Demo/Posix_GCC/trcSnapshotConfig.h
@@ -82,7 +82,7 @@
* Default value is 1000, which means that 4000 bytes is allocated for the
* event buffer.
******************************************************************************/
-#define TRC_CFG_EVENT_BUFFER_SIZE 15000
+#define TRC_CFG_EVENT_BUFFER_SIZE 32000
/*******************************************************************************
* TRC_CFG_NTASK, TRC_CFG_NISR, TRC_CFG_NQUEUE, TRC_CFG_NSEMAPHORE...
@@ -113,8 +113,8 @@
#define TRC_CFG_NMUTEX 90
#define TRC_CFG_NTIMER 250
#define TRC_CFG_NEVENTGROUP 90
-#define TRC_CFG_NSTREAMBUFFER 5
-#define TRC_CFG_NMESSAGEBUFFER 5
+#define TRC_CFG_NSTREAMBUFFER 100
+#define TRC_CFG_NMESSAGEBUFFER 100
/******************************************************************************
@@ -149,7 +149,7 @@
*
* Default value is 800.
******************************************************************************/
-#define TRC_CFG_SYMBOL_TABLE_SIZE 5000
+#define TRC_CFG_SYMBOL_TABLE_SIZE 32000
#if (TRC_CFG_SYMBOL_TABLE_SIZE == 0)
#error "TRC_CFG_SYMBOL_TABLE_SIZE may not be zero!"