samples: bluetooth: Fix SRAM overflow with bbc:microbit
`arm-zephyr-eabi/bin/ld: region `SRAM' overflowed by 19 bytes` Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
d090de7a0d
commit
db2f871fa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue