Skip to content

Commit 966a61e

Browse files
committed
tests: lib: gui: lvgl: Add missing DYNAMIC_THREAD dependency
This patch adds a CONFIG_THREAD_STACK_INFO to properly enable CONFIG_DYNAMIC_THREAD. Signed-off-by: Fabian Blatz <[email protected]>
1 parent 0eeaeb0 commit 966a61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/gui/lvgl/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ tests:
8686
- CONFIG_DYNAMIC_THREAD=y
8787
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
8888
- CONFIG_DYNAMIC_THREAD_ALLOC=y
89+
- CONFIG_THREAD_STACK_INFO=y
8990
platform_allow:
9091
- native_sim/native/64
9192
- native_sim

0 commit comments

Comments
 (0)