mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:58:36 -07:00
(Experimental) External CLI plugins -29kb DFU
Idea and plugin loader implementation by @akopachov, thanks! All commands done except storage and rpc for latency reasons
This commit is contained in:
@@ -14,6 +14,15 @@ App(
|
||||
],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="loader_cli",
|
||||
targets=["f7"],
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="loader_cli_plugin_ep",
|
||||
requires=["cli"],
|
||||
sources=["loader_cli.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="loader_start",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
|
||||
Reference in New Issue
Block a user