Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-07-15 22:18:35 +01:00
466 changed files with 3282 additions and 3168 deletions
+3
View File
@@ -404,6 +404,9 @@ for template_file in project_template_dir.Dir(".vscode").glob("*"):
"@UFBT_FIRMWARE_ELF@": PosixPathWrapper.fix_path(
dist_env["FW_ELF"].abspath
),
"@UFBT_TOOLCHAIN_CLANGD@": PosixPathWrapper.fix_path(
dist_env.WhereIs("clangd")
),
},
)
)