commit | e23102f5dcc9b32559ca4530abd8f54264e084b5 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Feb 20 16:06:30 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 10 09:57:58 2020 -0400 |
tree | 3551ed02f08a0493c4572e0f67bf65f302c4188b | |
parent | dcacaf70783e8043b4c0eb5986b54019ae1d20b6 [diff] |
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>