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:
parent
7745f3edba
commit
129ddfe5c6
2 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
|
|||
CONFIG_FPU=y
|
||||
CONFIG_FPU_SHARING=y
|
||||
CONFIG_CBPRINTF_NANO=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue