chore(core): reformat FEATURES_WANTED list for readability

[no changelog]
This commit is contained in:
cepetr
2025-05-29 14:56:13 +02:00
committed by cepetr
parent bbb74c03a4
commit 8a115eff03
10 changed files with 110 additions and 10 deletions

View File

@@ -30,7 +30,23 @@ FEATURE_FLAGS = {
"AES_GCM": True,
}
FEATURES_WANTED = ["input", "sd_card", "rgb_led", "dma2d", "consumption_mask", "usb" ,"optiga", "haptic", "ble", "tropic", "power_manager", "power_save", "display", "applet", "secmon_layout"]
FEATURES_WANTED = [
"applet",
"ble",
"consumption_mask",
"display",
"dma2d",
"haptic",
"input",
"optiga",
"power_manager",
"power_save",
"rgb_led",
"sd_card",
"secmon_layout",
"tropic",
"usb",
]
if DISABLE_OPTIGA:
# TODO use PYOPT instead of PRODUCTION, same as in firmware, blocked on #4253