mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Reduce RAM used by trace by updating trcConfig.h.
This commit is contained in:
parent
b671bf368a
commit
0262f4a6cd
|
@ -112,11 +112,11 @@
|
||||||
* NOTE 3: The FreeRTOS timer task creates a Queue, that should be accounted
|
* NOTE 3: The FreeRTOS timer task creates a Queue, that should be accounted
|
||||||
* for in NQueue.
|
* for in NQueue.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define NTask 500
|
#define NTask ( 200 )
|
||||||
#define NISR 500
|
#define NISR ( 200 )
|
||||||
#define NQueue 500
|
#define NQueue ( 200 )
|
||||||
#define NSemaphore 500
|
#define NSemaphore ( 200 )
|
||||||
#define NMutex 500
|
#define NMutex ( 200 )
|
||||||
|
|
||||||
/* Maximum object name length for each class (includes zero termination) */
|
/* Maximum object name length for each class (includes zero termination) */
|
||||||
#define NameLenTask configMAX_TASK_NAME_LEN
|
#define NameLenTask configMAX_TASK_NAME_LEN
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue