Skip to content

Commit ad673d1

Browse files
yeaissafabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 668a5dc commit ad673d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nxp/rw/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ config HCI_NXP_ENABLE_AUTO_SLEEP
2525
config HCI_NXP_SET_CAL_DATA
2626
default y
2727

28+
config MAIN_STACK_SIZE
29+
default 1280
30+
2831
endif # BT
2932

3033
config NXP_MONOLITHIC_WIFI

0 commit comments

Comments
 (0)