tests: sprintf: increase stack size
A recent patch pinned the stack size for this test at 1024 instead of the platform default. This value wasn't sufficient on Xtensa. Set to 2048, which was the default on most platforms. Change-Id: I9a9d5fd448d2377aaf782c2c093a16147f31886a Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
a6e0404983
commit
d75fa6bc13
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_NUM_IRQS=2
|
||||
CONFIG_FLOAT=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue