zephyr/samples/modules/thrift
Chris Friedt bec115fbcf 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>
2024-03-28 10:57:38 +09:00
..
hello samples: thrift: add dependencies for c11 threads 2024-03-28 10:57:38 +09:00