Skip to content

Commit a5fe638

Browse files
committed
prj: make sure DYNAMIC_THREAD is enabled also with SHELL disabled
1 parent d0a333b commit a5fe638

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

loader/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ CONFIG_INPUT_THREAD_PRIORITY_OVERRIDE=y
5252
CONFIG_INPUT_THREAD_PRIORITY=0
5353

5454
CONFIG_EVENTS=y
55+
CONFIG_THREAD_STACK_INFO=y
56+
CONFIG_DYNAMIC_THREAD=y
57+
CONFIG_DYNAMIC_THREAD_ALLOC=y

variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ CONFIG_COUNTER=y
3131

3232
CONFIG_DEBUG_THREAD_INFO=y
3333

34-
CONFIG_DYNAMIC_THREAD=y
3534
CONFIG_DYNAMIC_THREAD_POOL_SIZE=2
36-
CONFIG_DYNAMIC_THREAD_ALLOC=y
3735

3836
CONFIG_MAIN_THREAD_PRIORITY=5
3937

0 commit comments

Comments
 (0)