1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

[FL-2627] Flipper applications: SDK, build and debug system (#1387)

This commit is contained in:
SG
2022-09-15 02:11:38 +10:00
committed by GitHub
parent 0f6f9ad52e
commit 873e1f114b
895 changed files with 8862 additions and 1465 deletions

View File

@@ -66,22 +66,17 @@ LOADER_AUTOSTART = ""
FIRMWARE_APPS = {
"default": [
"crypto_start",
# Svc
"basic_services",
# Apps
"basic_apps",
"updater_app",
"storage_move_to_sd",
"archive",
"main_apps",
"system_apps",
# Settings
"passport",
"system_settings",
"about",
"settings_apps",
# Plugins
"basic_plugins",
# "basic_plugins",
# Debug
"debug_apps",
# "debug_apps",
],
"unit_tests": [
"basic_services",