You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default stack size for many platforms now appears excessive. For example, FreeRTOS defaults to 20k, whereas 2k seems sufficient in most cases. We should review and adjust the predefined stack sizes as needed.
The text was updated successfully, but these errors were encountered:
Describe the feature
The default stack size for many platforms now appears excessive. For example, FreeRTOS defaults to 20k, whereas 2k seems sufficient in most cases. We should review and adjust the predefined stack sizes as needed.
The text was updated successfully, but these errors were encountered: