b11b9f1b38
* Furi: allow on-fly thread priority change. Gui: Direct Draw API. DirectDraw debug app. * Gui: drop input in direct draw * Furi: handle priority change for starting threads * DirectDraw: rollback to FreeRTOS primitives for priority change
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
App(
|
|
appid="direct_draw",
|
|
name="Direct Draw",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="direct_draw_app",
|
|
requires=["gui", "input"],
|
|
stack_size=2 * 1024,
|
|
order=70,
|
|
fap_category="Debug",
|
|
)
|