unleashed-firmware/applications/debug/direct_draw
Silent 56d2923f1f
Prevent idle priority threads from potentially starving the FreeRTOS idle task (#3909)
* FuriThread: Make FuriThreadPriorityIdle equal to the FreeRTOS one, remove FuriThreadPriorityNone
  This magic constant was meaningless,
  FuriThreadPriorityNormal is now assigned by default instead.
* Make furi_thread_list_process private
  Its 'runtime' parameter is to be obtained from FreeRTOS,
  which means apps cannot do it.
* DirectDraw: Remove an useless include and fix memory leak
  Makes this debug app compileable with uFBT out of the box

Co-authored-by: あく <alleteam@gmail.com>
2024-10-02 18:11:13 +01:00
..
application.fam Gui: Direct Draw API (#2215) 2022-12-29 21:35:26 +10:00
direct_draw.c Prevent idle priority threads from potentially starving the FreeRTOS idle task (#3909) 2024-10-02 18:11:13 +01:00