soc: rw: Fix stack over flow during BLE init

RW requires more stack size now,
value changed from 1024 to 1280.

Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
This commit is contained in:
Yassine El Aissaoui 2024-10-02 10:23:37 +02:00 committed by Fabio Baltieri
commit ad673d18b7

View file

@ -25,6 +25,9 @@ config HCI_NXP_ENABLE_AUTO_SLEEP
config HCI_NXP_SET_CAL_DATA
default y
config MAIN_STACK_SIZE
default 1280
endif # BT
config NXP_MONOLITHIC_WIFI