zephyr/samples/userspace/shared_mem/prj.conf
Andrew Boie 8eecb3717a samples: shared_mem: fix exception printouts
Enable CONFIG_TEST so that we get the necessary defines for
console output when a fatal error happens, as well as assertion
checking.

Remove an unnecessary self-abort in main(), this causes an
assert to fail. Letting main() return does the same thing, more
gracefully.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-22 22:41:50 -05:00

3 lines
33 B
Plaintext

CONFIG_TEST=y
CONFIG_USERSPACE=y