zephyr/tests/subsys/logging/log_output
Keith Packard 9f703b88f9 tests/log_output: Avoid printf stack overflow with old picolibc
Before picolibc version 1.8.5, the only version of printf available with
long long output support was the version including full support for
floating point numbers and positional parameters. That version uses more
stack space than the limited version causing an overflow.

Increase the ztest stack space by 128 bytes.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-11-28 15:32:12 -05:00
..
src logging: log_output: Add optional tid formatting 2023-08-31 14:08:19 +02:00
CMakeLists.txt
prj.conf tests/log_output: Avoid printf stack overflow with old picolibc 2023-11-28 15:32:12 -05:00
testcase.yaml tests/subsys/logging/*: Enable for native_sim 2023-11-27 16:06:42 +00:00