tests: mesh: Fix build for bbc_microbit

A recent patch changed the default ISR stack size for bbc_microbit
which causes this app to consume more RAM than is available. Fix this
by specifying an explicit stack size.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2019-12-10 18:47:44 +02:00 committed by Anas Nashif
parent ce14186a07
commit fcbfb53525

View file

@ -1,6 +1,7 @@
CONFIG_TEST=y
CONFIG_INIT_STACKS=y
CONFIG_MAIN_STACK_SIZE=480
CONFIG_ISR_STACK_SIZE=760
CONFIG_DISPLAY=y
CONFIG_MICROBIT_DISPLAY=y
CONFIG_GPIO=y