tests: fpu_sharing fix print size issue

As FPU enalbed the printf code size is changed,
so increase main stack size to make test pass on NXP RT platforms

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2021-01-08 14:13:16 +08:00 committed by Anas Nashif
commit 129ddfe5c6
2 changed files with 2 additions and 0 deletions

View file

@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
CONFIG_FPU=y
CONFIG_FPU_SHARING=y
CONFIG_CBPRINTF_NANO=y
CONFIG_MAIN_STACK_SIZE=1024

View file

@ -3,3 +3,4 @@ CONFIG_FPU=y
CONFIG_FPU_SHARING=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_CBPRINTF_FP_SUPPORT=y
CONFIG_MAIN_STACK_SIZE=1024