STM32G4-DRV8301-FOC/MDK-ARM/.vscode/tasks.json
Michael Chemic 51ef1c0860 files upload
2024-07-22 13:55:29 +08:00

16 lines
538 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "arm-debugger.flash",
"serialNumber": "${command:device-manager.getSerialNumber}",
"programs": "${command:cmsis-csolution.getBinaryFiles}",
"cmsisPack": "${command:cmsis-csolution.getTargetPack}",
"deviceName": "${command:cmsis-csolution.getDeviceName}",
"processorName": "${command:cmsis-csolution.getProcessorName}",
"problemMatcher": [],
"label": "Flash Device"
}
]
}