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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user