Update trace configuration files for the updated trace recorder code.

This commit is contained in:
Richard Barry 2018-09-06 18:52:45 +00:00
parent be9c0730c3
commit 1a235efd2b
5 changed files with 235 additions and 166 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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 50000
/*******************************************************************************
* TRC_CFG_NTASK, TRC_CFG_NISR, TRC_CFG_NQUEUE, TRC_CFG_NSEMAPHORE...
@ -149,7 +149,7 @@
*
* Default value is 800.
******************************************************************************/
#define TRC_CFG_SYMBOL_TABLE_SIZE 5000
#define TRC_CFG_SYMBOL_TABLE_SIZE 8000
#if (TRC_CFG_SYMBOL_TABLE_SIZE == 0)
#error "TRC_CFG_SYMBOL_TABLE_SIZE may not be zero!"