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:
Thomas PUJOLLE 2024-03-05 17:12:18 +01:00 committed by David Leach
parent 31125f7177
commit 6147589fbf
1 changed files with 7 additions and 0 deletions

View File

@ -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