Skip to content

Commit bec115f

Browse files
cfriedtstephanosio
authored andcommitted
samples: thrift: add dependencies for c11 threads
The thrift hello/client sample did not have the required kconfig options for some reason. Adding these seemed to fix the issue. CONFIG_COMMON_LIBC_THRD=y CONFIG_DYNAMIC_THREAD=y CONFIG_THREAD_STACK_INFO=y Signed-off-by: Chris Friedt <chrisfriedt@gmail.com>
1 parent 2abce42 commit bec115f

File tree

1 file changed

+3
-0
lines changed
  • samples/modules/thrift/hello/client

1 file changed

+3
-0
lines changed

‎samples/modules/thrift/hello/client/prj.conf‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ CONFIG_CPP=y
66
CONFIG_STD_CPP17=y
77
CONFIG_CPP_EXCEPTIONS=y
88
CONFIG_POSIX_API=y
9+
CONFIG_COMMON_LIBC_THRD=y
10+
CONFIG_DYNAMIC_THREAD=y
11+
CONFIG_THREAD_STACK_INFO=y
912
CONFIG_NETWORKING=y
1013
CONFIG_NET_SOCKETS=y
1114
CONFIG_NET_SOCKETPAIR=y

0 commit comments

Comments
 (0)