[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
+5
View File
@@ -13,6 +13,11 @@ env.Append(
"USE_FULL_ASSERT",
"USE_FULL_LL_DRIVER",
],
SDK_HEADERS=env.GlobRecursive(
"*_ll_*.h",
"#/lib/STM32CubeWB/Drivers/STM32WBxx_HAL_Driver/Inc/",
exclude="*usb.h",
),
)
if env["RAM_EXEC"]: