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:
parent
668a5dc55d
commit
ad673d18b7
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ config HCI_NXP_ENABLE_AUTO_SLEEP
|
||||||
config HCI_NXP_SET_CAL_DATA
|
config HCI_NXP_SET_CAL_DATA
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 1280
|
||||||
|
|
||||||
endif # BT
|
endif # BT
|
||||||
|
|
||||||
config NXP_MONOLITHIC_WIFI
|
config NXP_MONOLITHIC_WIFI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue