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

Fix #623, add debug messages for mutex double locks #634

Merged

Commits on Oct 23, 2020

  1. Fix nasa#623, add debug messages for mutex double locks

    if OS_DEBUG is enabled, this adds a message if mutex give/take
    actions occur outside the expected sequence.  In particular,
    this warns if a task takes a mutex more than once.
    jphickey committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    2189b0e View commit details
    Browse the repository at this point in the history