X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FWIN32-MSVC%2FTrace_Recorder_Configuration%2FtrcSnapshotConfig.h;h=a96d641c3ae3286388a70772f11009c5e038d783;hb=71de047c53504f1903d24d6912fb77b1723daaf9;hp=aa22293465d9bce4d89679ef5c5a65c083a7ce93;hpb=b18501ad7682bc672fd4ca61203e6cd77ab99cc6;p=freertos diff --git a/FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcSnapshotConfig.h b/FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcSnapshotConfig.h index aa2229346..a96d641c3 100644 --- a/FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/trcSnapshotConfig.h +++ b/FreeRTOS/Demo/WIN32-MSVC/Trace_Recorder_Configuration/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 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!"