mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>