test_ipm: increase stack size
The main task uses stack-hungry() printf(), and the switch to the unified kernel pushed the necessary space over the edge. Change-Id: I7b64e7f09d91c5050ffe7fb18506ff24289169fc Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
9b0ec51098
commit
84a92048cf
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_IPM_CONSOLE_RECEIVER=y
|
||||
CONFIG_IPM_CONSOLE_SENDER=y
|
||||
CONFIG_IRQ_OFFLOAD=y
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue