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>
4 lines
85 B
Text
4 lines
85 B
Text
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_NUM_IRQS=2
|
|
CONFIG_FLOAT=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|