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

Merge remote-tracking branch 'flipperdevices/dev' into dev

This commit is contained in:
Eng1n33r
2022-07-01 01:52:45 +03:00
20 changed files with 316 additions and 265 deletions

View File

@@ -46,7 +46,7 @@ OPENOCD_OPTS = '-f interface/stlink.cfg -c "transport select hla_swd" -f debug/s
SVD_FILE = "debug/STM32WB55_CM4.svd"
FIRMWARE_APPS = {
"default": (
"default": [
"crypto_start",
# Svc
"basic_services",
@@ -66,11 +66,11 @@ FIRMWARE_APPS = {
"custom_games",
# Debug
"debug_apps",
),
"unit_tests": (
],
"unit_tests": [
"basic_services",
"unit_tests",
),
],
}
FIRMWARE_APP_SET = "default"