tests/sprintf: Increase test stack size for picolibc
Picolibc needs more than 1024 bytes of stack when printing floating point values exactly. Increase the stack to 2048 bytes. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
33dedfbd7d
commit
bd2ad04f38
@ -2,3 +2,4 @@ CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_PICOLIBC=y
|
||||
CONFIG_PICOLIBC_IO_FLOAT=y
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
|
||||
@ -4,3 +4,4 @@ CONFIG_PICOLIBC=y
|
||||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_ZTEST_FATAL_HOOK=y
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
|
||||
Loading…
Reference in New Issue
Block a user