commit | 057a173e332e86bdc0fc3db1a8f0bfc056ecfb9a | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Tue Nov 17 11:07:07 2020 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 17 17:49:22 2020 -0500 |
tree | ce08150f17062e3ce8bc12b5c572917e893fba4a | |
parent | a9e2b10a86d0cb55554b849297acd30e687f9019 [diff] |
tests: fpu_sharing: avoid stack overflow due to unnecessary feature CONFIG_FPU selects support for formatting floating point numbers, which increases the stack requirements for cbprintf, causing this test to overrun its stack. Since this test doesn't format floating point numbers, use CBPRINTF_NANO to revert to using the small-footprint formatter. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>