Cli: fix memleak, add more commands. (#244)

* Cli: add statndard applications, fix memory leak, add reset and reset to dfu.

* Lib: pass proper data pointer to osMessageQueueGet

* App-loader: optional cli

* Format sources
This commit is contained in:
あく
2020-11-17 20:08:31 +03:00
committed by GitHub
parent 459b61720c
commit d57b7fd448
10 changed files with 96 additions and 32 deletions

View File

@@ -67,7 +67,7 @@ const FlipperStartupApp FLIPPER_STARTUP[] = {
#ifdef APP_MENU
{.app = menu_task, .name = "menu_task", .libs = {1, FURI_LIB{"gui_task"}}},
{.app = app_loader, .name = "app_loader", .libs = {1, FURI_LIB{"menu_task"}}},
{.app = app_loader, .name = "app_loader", .libs = {2, FURI_LIB{"menu_task", "cli_task"}}},
#endif
#ifdef APP_IRUKAGOTCHI