Skip to content

Commit

Permalink
samples: thrift: add dependencies for c11 threads
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cfriedt authored and stephanosio committed Mar 28, 2024
1 parent 2abce42 commit bec115f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/modules/thrift/hello/client/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ CONFIG_CPP=y
CONFIG_STD_CPP17=y
CONFIG_CPP_EXCEPTIONS=y
CONFIG_POSIX_API=y
CONFIG_COMMON_LIBC_THRD=y
CONFIG_DYNAMIC_THREAD=y
CONFIG_THREAD_STACK_INFO=y
CONFIG_NETWORKING=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETPAIR=y
Expand Down

0 comments on commit bec115f

Please sign in to comment.