Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/esp32s3: Increse the default stack size for usbnsh #12716

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

no1wudi
Copy link
Contributor

@no1wudi no1wudi commented Jul 17, 2024

Summary

Fix #12712

If run nsh over usb based serial port, the default stack size is too small, for example simple ps command will use more than 2208 bytes stack.

Then the stack overflow will happen and the system will hang here.

Impact

Minor

Testing

Local machine

Fix apache#12712

If run nsh over usb based serial port, the default stack size is too small,
for example simple `ps` command will use more than 2208 bytes stack.

Then the stack overflow will happen and the system will hang here.

Signed-off-by: Huang Qi <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit f555b3d into apache:master Jul 17, 2024
26 checks passed
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.

ESP32S3 usbnsh hang on ps command
2 participants