Format for toolchain 37, update changelog

This commit is contained in:
Willy-JL
2024-07-05 20:07:11 +02:00
parent 4830ef94c6
commit 0f4f844ff1
15 changed files with 52 additions and 46 deletions
+3 -3
View File
@@ -74,9 +74,9 @@ env = ENV.Clone(
FW_API_TABLE=None,
_APP_ICONS=None,
APPS=_.split(",") if (_ := GetOption("extra_int_apps")) else [],
EXTRA_EXT_APPS=_.split(",")
if (_ := GetOption("extra_ext_apps"))
else ENV["EXTRA_EXT_APPS"],
EXTRA_EXT_APPS=(
_.split(",") if (_ := GetOption("extra_ext_apps")) else ENV["EXTRA_EXT_APPS"]
),
)
env.PreConfigureFwEnvionment()