修复添加新版cmsis-dap时flash溢出的问题

This commit is contained in:
NeoZng
2023-07-11 01:38:57 +08:00
parent c2fb92edd8
commit 7f1028aebd
2 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@@ -5,7 +5,7 @@
{ {
"label": "build task", // 任务标签 "label": "build task", // 任务标签
"type": "shell", // 任务类型,因为要调用mingw32-make,是在终端(CMD)里运行的,所以是shell任务 "type": "shell", // 任务类型,因为要调用mingw32-make,是在终端(CMD)里运行的,所以是shell任务
"command": "mingw32-make -j24 -l12",// 任务命令,线程数可以根据自己的电脑修改,建议与cpu核数相同 "command": "mingw32-make -j24",// 任务命令,线程数可以根据自己的电脑修改,建议与cpu核数相同
"problemMatcher": [], "problemMatcher": [],
"group": { "group": {
"kind": "build", "kind": "build",