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:
Vendored
+5
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user