Add VsCode workspace .json configuration files for IntelliSense engine setup, path indexing, recommended extensions, and tasks for debug build flash programming.

This commit is contained in:
2026-09-14 21:03:22 +08:00
parent 041791b6ca
commit 5ba7f18f3a
5 changed files with 141 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"cortex-debug.openocdPath": "Tools\\xpack-openocd-0.12.0-7\\bin\\openocd.exe",
// "cortex-debug.armToolchainPath": "D:\\Arm GNU Toolchain\\arm-gnu-toolchain-15.3.rel1-mingw-w64-x86_64-arm-none-eabi\\bin",
// "cortex-debug.gdbPath": "D:\\Arm GNU Toolchain\\arm-gnu-toolchain-15.3.rel1-mingw-w64-x86_64-arm-none-eabi\\bin\\arm-none-eabi-gdb.exe"
}