zephyr/tests/kernel/fpu_sharing
Peter Bigot 057a173e33 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>
2020-11-17 17:49:22 -05:00
..
float_disable tests: fpu_sharing: avoid stack overflow due to unnecessary feature 2020-11-17 17:49:22 -05:00
generic tests: add FP formatting to all tests that require it 2020-11-17 14:44:59 -06:00