v0.1
This commit is contained in:
27
yaokon/MDK-ARM/.vscode/tasks.json
vendored
Normal file
27
yaokon/MDK-ARM/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "CMSIS Build",
|
||||
"type": "cmsis-csolution.build",
|
||||
"solution": "${command:cmsis-csolution.getSolutionPath}",
|
||||
"project": "${command:cmsis-csolution.getProjectPath}",
|
||||
"buildType": "${command:cmsis-csolution.getBuildType}",
|
||||
"targetType": "${command:cmsis-csolution.getTargetType}",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Flash Device",
|
||||
"type": "embedded-debug.flash",
|
||||
"program": "${command:embedded-debug.getApplicationFile}",
|
||||
"serialNumber": "${command:device-manager.getSerialNumber}",
|
||||
"cmsisPack": "${command:device-manager.getDevicePack}",
|
||||
"problemMatcher": [],
|
||||
"dependsOn": "CMSIS Build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user