zephyr/samples/smp/pi/prj.conf
Andrew Boie e23102f5dc samples: pi: fix stack overflow
This was silently corrupting memory on x86-64.
Enable CONFIG_TEST so that this is detected properly,
and increase the stack size appropriately.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-03-10 09:57:58 -04:00

9 lines
171 B
Plaintext

# Allow worker threads to capture all resources
CONFIG_MAIN_THREAD_PRIORITY=11
# Enable SMP
CONFIG_SMP=y
# Enable assertions, stack overflow checking, etc
CONFIG_TEST=y