File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6262# define CONFIG_RTOS_TIMER_QUEUE_LENGTH (6)
6363# endif
6464# ifndef CONFIG_RTOS_TIMER_STACK_DEPTH
65- # define CONFIG_RTOS_TIMER_STACK_DEPTH (64 )
65+ # define CONFIG_RTOS_TIMER_STACK_DEPTH (72 )
6666# endif
6767# endif
6868#endif
7272#endif
7373
7474#ifndef CONFIG_RTOS_MIN_TASK_SIZE
75- #define CONFIG_RTOS_MIN_TASK_SIZE (80 )
75+ #define CONFIG_RTOS_MIN_TASK_SIZE (120 )
7676#endif
7777
7878#ifndef CONFIG_RTOS_TIMER_QUEUE_LENGTH
8787#define configTICK_SOURCE FREERTOS_USE_RTC
8888
8989#define configUSE_PREEMPTION 1
90+ #ifdef NRF51
9091#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0
92+ #else
93+ #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1
94+ #endif
9195#define configUSE_TICKLESS_IDLE 1
9296#define configUSE_TICKLESS_IDLE_SIMPLE_DEBUG 1 /* See into vPortSuppressTicksAndSleep source code for explanation */
9397#define configCPU_CLOCK_HZ ( SystemCoreClock )
You can’t perform that action at this time.
0 commit comments