Skip to content

Commit c504f31

Browse files
krish2718rlubos
authored andcommitted
samples: wifi: wfa_qt_app: Fix a SoF crash
When WPA supplicant debug logs are enabled along with log mode immediate we see a crash overflow in "usb_workq", double the stack size to accomodate these, as we have enough memory in this sample we do this for non-debug case too. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 166e1a2 commit c504f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/wifi/wfa_qt_app/overlay-netusb.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
1111
CONFIG_NET_IF_MAX_IPV4_COUNT=2
1212
CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2
1313
CONFIG_NET_CONFIG_USB_IPV4_ADDR="192.0.2.1"
14+
CONFIG_USB_NRFX_WORK_QUEUE_STACK_SIZE=2048

0 commit comments

Comments
 (0)