Bluetooth: tests/mesh_shell: Fix main stack size for qemu
The qemu main() seems to require more stack than the arm equivalent. Increase the stack size to 320 to avoid crashes. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
15fe221f13
commit
5633ec0413
|
@ -1,6 +1,6 @@
|
|||
#CONFIG_INIT_STACKS=y
|
||||
CONFIG_USERSPACE=n
|
||||
CONFIG_MAIN_STACK_SIZE=256
|
||||
CONFIG_MAIN_STACK_SIZE=320
|
||||
CONFIG_ISR_STACK_SIZE=1024
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
||||
|
|
Loading…
Reference in a new issue