dd33a8152a
The normal and posix philosophers samples seemed to have a number of redundant choices in prj.conf. Let's reduce to the minimum required for the sample. The CONFIG_DEBUG_THREAD_INFO option is part of the documentation, so leave it as-is. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
CONFIG_STDOUT_CONSOLE=n
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
|
|
#Enable thread awareness for debugging tools supporting it
|
|
CONFIG_DEBUG_THREAD_INFO=y
|