Skip to content

zephyr: frdm_rw612: bump CONFIG_SHELL_STACK_SIZE when using wifi - #307

Merged
szczys merged 1 commit into
mainfrom
szczys/frdm_rw612_wifi_shell_stack
Jul 24, 2026
Merged

zephyr: frdm_rw612: bump CONFIG_SHELL_STACK_SIZE when using wifi#307
szczys merged 1 commit into
mainfrom
szczys/frdm_rw612_wifi_shell_stack

Conversation

@szczys

@szczys szczys commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

the wifi cred add runs on the shell thread. I observed a stack overflow when calling the command and investigation shows the default 2048 stack leaves only 68 bytes of headroom. Bump to 2560 to avoid overflow.

the `wifi cred add` runs on the shell thread. I observed a stack overflow
when calling the command and investigation shows the default 2048 stack
leaves only 68 bytes of headroom. Bump to 2560 to avoid overflow.

Signed-off-by: Mike Szczys <michael.szczys@canonical.com>
@szczys
szczys merged commit 0d749f5 into main Jul 24, 2026
50 of 51 checks passed
@szczys
szczys deleted the szczys/frdm_rw612_wifi_shell_stack branch July 24, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants