This commit is contained in:
2025-08-19 22:46:27 +08:00
parent 9e6333dca8
commit 552984ef2a
20 changed files with 1995 additions and 182 deletions

22
.vscode/tasks.json vendored
View File

@@ -11,7 +11,11 @@
"Build",
"Flash MCU"
],
"dependsOrder": "sequence"
"dependsOrder": "sequence",
"icon": {
"id": "insert",
"tooltip": "Build and Flash"
}
},
{
"label": "Flash MCU",
@@ -31,6 +35,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "gather",
"tooltip": "Flash MCU"
}
},
{
@@ -51,6 +59,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "discard",
"tooltip": "Reset MCU"
}
},
{
@@ -71,6 +83,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "clear-all",
"tooltip": "Erase MCU"
}
},
{
@@ -119,6 +135,10 @@
},
"presentation": {
"clear": true
},
"icon": {
"id": "code",
"tooltip": "Build"
}
}
]