VSCode: Build/Launch Settings Update

This commit is contained in:
Rob Giseburt
2020-01-10 19:25:10 -06:00
parent 13d23b45b6
commit dd8ac1830c
2 changed files with 14 additions and 12 deletions
+14
View File
@@ -59,6 +59,20 @@
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sam3x/ATSAM3X8E.svd",
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
"preLaunchTask": "Build CONFIG=MiniMill Debug"
},
{
"name": "Debug CONFIG=MiniMill Unity (J-Link)",
"type": "cortex-debug",
"request": "launch",
"servertype": "jlink",
"cwd": "${workspaceRoot}/g2core/",
"executable": "./bin/MiniMill-g2v9k/g2core.elf",
"device": "ATSAM3X8E",
"interface": "swd",
"showDevDebugOutput": false,
"svdFile": "${workspaceRoot}/Motate/MotateProject/motate/cmsis/TARGET_Atmel/sam3x/ATSAM3X8E.svd",
"armToolchainPath": "${workspaceRoot}/Motate/Tools/osx/gcc-arm-none-eabi-7u2/bin/",
"preLaunchTask": "Build CONFIG=MiniMill Debug Unity"
}
]
}
-12
View File
@@ -30,18 +30,6 @@
"fileLocation": ["relative", "${workspaceRoot}/g2core"]
}
},
{
"label": "Build CONFIG=MiniMill Debug Unity",
"type": "process",
"command": "make",
"args": ["CONFIG=MiniMill", "VERBOSE=2", "COLOR=0", "DEBUG=2",
"RECORD=1"],
"group": "build",
"problemMatcher": {
"base": "$gcc",
"fileLocation": ["relative", "${workspaceRoot}/g2core"]
}
},
{
"label": "Build CONFIG=MiniMill Debug",
"type": "process",