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
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ choice BT_HCI_BUS_TYPE
|
||||||
default BT_SILABS_HCI
|
default BT_SILABS_HCI
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
if SHELL
|
||||||
|
|
||||||
|
config SHELL_STACK_SIZE
|
||||||
|
default 4096
|
||||||
|
|
||||||
|
endif # SHELL
|
||||||
|
|
||||||
endif # BT
|
endif # BT
|
||||||
|
|
||||||
endif # BOARD_EFR32XG24_DK2601B
|
endif # BOARD_EFR32XG24_DK2601B
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue