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

Increase background stack size to fix overflows #8551

Merged
merged 1 commit into from
Nov 8, 2018

Commits on Nov 6, 2018

  1. Increase background stack size to fix overflows

    On platforms using both tickless and the low power ticker wrapper
    so much of the background stack is used that it overflows. To
    ensure the background thread's stack doesn't overflow increase this
    size by 256 bytes when tickless is enabled. Worst case usage
    on the NUCLEO_F476RG was recorded at 656 when tickless is
    turned on so this increased size should safely prevent overflows.
    c1728p9 committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9613e0f View commit details
    Browse the repository at this point in the history