File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
rtos/source/TARGET_CORTEX Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 82
82
// Provide Mbed-specific instead.
83
83
#define RTX_NO_MULTITHREAD_CLIB
84
84
// LIBSPACE default value set for ARMCC
85
+ #ifndef OS_THREAD_LIBSPACE_NUM
85
86
#define OS_THREAD_LIBSPACE_NUM 4
87
+ #endif
86
88
87
89
#define OS_IDLE_THREAD_NAME "rtx_idle"
88
90
#define OS_TIMER_THREAD_NAME "rtx_timer"
Original file line number Diff line number Diff line change 568
568
// Number of Threads which use standard C/C++ library libspace
569
569
// (when thread specific memory allocation is not used).
570
570
#if (OS_THREAD_OBJ_MEM == 0 )
571
+ #ifndef OS_THREAD_LIBSPACE_NUM
571
572
#define OS_THREAD_LIBSPACE_NUM 4
573
+ #endif
572
574
#else
573
575
#define OS_THREAD_LIBSPACE_NUM OS_THREAD_NUM
574
576
#endif
Original file line number Diff line number Diff line change 1
1
{
2
+ "macros" : [
3
+ " OS_THREAD_LIBSPACE_NUM=5"
4
+ ],
2
5
"config" : {
3
6
"echo-server-addr" : {
4
7
"help" : " IP address of echo server" ,
You can’t perform that action at this time.
0 commit comments