unleashed-firmware/furi
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
..
core Prevent idle priority threads from potentially starving the FreeRTOS idle task (#3909) 2024-10-02 18:11:13 +01:00
flipper.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
flipper.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi.c Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
furi.h Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
SConscript fbt: lint fixes (#2008) 2022-11-12 19:03:22 +09:00