unleashed-firmware/targets/f18
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
..
furi_hal [FL-3897] Happy mode (#3863) 2024-09-07 12:54:23 +01:00
api_symbols.csv Prevent idle priority threads from potentially starving the FreeRTOS idle task (#3909) 2024-10-02 18:11:13 +01:00
target.json [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00