From db2f871fa9c258fa4afb07bf0369f69aecccc31e Mon Sep 17 00:00:00 2001 From: Lingao Meng Date: Mon, 22 Feb 2021 18:06:06 -0800 Subject: [PATCH] samples: bluetooth: Fix SRAM overflow with bbc:microbit `arm-zephyr-eabi/bin/ld: region `SRAM' overflowed by 19 bytes` Signed-off-by: Lingao Meng --- samples/bluetooth/mesh/prj_bbc_microbit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/mesh/prj_bbc_microbit.conf b/samples/bluetooth/mesh/prj_bbc_microbit.conf index c3cb3618ab8..13d5234c938 100644 --- a/samples/bluetooth/mesh/prj_bbc_microbit.conf +++ b/samples/bluetooth/mesh/prj_bbc_microbit.conf @@ -3,7 +3,7 @@ CONFIG_ISR_STACK_SIZE=768 CONFIG_MAIN_STACK_SIZE=512 CONFIG_DISPLAY=y CONFIG_MICROBIT_DISPLAY=y -CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1536 +CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1500 CONFIG_GPIO=y CONFIG_BT_SETTINGS=y