Boards: Shell stack size for Silab's efm32xg24
Set to 4096 to prevent stack overflow while running BT Shell Signed-off-by: Thomas PUJOLLE <TPU24175@open-groupe.com>
This commit is contained in:
parent
31125f7177
commit
6147589fbf
|
@ -37,6 +37,13 @@ choice BT_HCI_BUS_TYPE
|
|||
default BT_SILABS_HCI
|
||||
endchoice
|
||||
|
||||
if SHELL
|
||||
|
||||
config SHELL_STACK_SIZE
|
||||
default 4096
|
||||
|
||||
endif # SHELL
|
||||
|
||||
endif # BT
|
||||
|
||||
endif # BOARD_EFR32XG24_DK2601B
|
||||
|
|
Loading…
Reference in New Issue