We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3d9e7 commit d0dd2acCopy full SHA for d0dd2ac
samples/portability/cmsis_rtos_v2/philosophers/prj.conf
@@ -10,3 +10,5 @@ CONFIG_INIT_STACKS=y
10
CONFIG_POLL=y
11
CONFIG_SCHED_SCALABLE=y
12
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
13
+CONFIG_CMSIS_V2_THREAD_MAX_STACK_SIZE=2048
14
+CONFIG_CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE=2048
tests/portability/cmsis_rtos_v1/prj.conf
@@ -4,5 +4,5 @@ CONFIG_POLL=y
4
CONFIG_CMSIS_RTOS_V1=y
5
CONFIG_MAX_THREAD_BYTES=4
6
CONFIG_IRQ_OFFLOAD=y
7
-
+CONFIG_CMSIS_THREAD_MAX_STACK_SIZE=2048
8
CONFIG_SMP=n
0 commit comments