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

Prevent idle priority threads from potentially starving the FreeRTOS idle task #3909

Merged
merged 4 commits into from
Oct 2, 2024

Commits on Sep 18, 2024

  1. FuriThread: Make FuriThreadPriorityIdle equal to the FreeRTOS one, re…

    …move FuriThreadPriorityNone
    
    This magic constant was meaningless,
    FuriThreadPriorityNormal is now assigned by default instead.
    CookiePLMonster committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d1a9a34 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Make furi_thread_list_process private

    Its 'runtime' parameter is to be obtained from FreeRTOS,
    which means apps cannot do it.
    CookiePLMonster committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    29a785f View commit details
    Browse the repository at this point in the history
  2. DirectDraw: Remove an useless include and fix memory leak

    Makes this debug app compileable with uFBT out of the box
    CookiePLMonster committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3f6ab89 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    a85927b View commit details
    Browse the repository at this point in the history