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:
parent
ce14186a07
commit
fcbfb53525
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue