LCD_QSPIBoot/.vscode/tasks.json

15 lines
434 B
JSON
Raw Normal View History

2025-05-21 15:35:29 +08:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "pyocd-flash",
"type": "shell",
"command": "pyocd flash --erase chip --target stm32l431rctx -f 10m .\\EWARM\\debug\\Exe\\bootloader.hex -W",
"group": "build",
"problemMatcher": []
}
]
}