feat: 接口更新

This commit is contained in:
bmy
2024-06-02 17:01:35 +08:00
parent 682f479771
commit 0517164e42
7 changed files with 227 additions and 72 deletions

View File

@@ -25,13 +25,13 @@
"editor.tabSize": 4,
"editor.autoIndent": "advanced"
},
"EIDE.OpenOCD.ExePath": "D:/Program Files (x86)/at32_OpenOCD_V2.0.2/bin/openocd.exe",
"EIDE.OpenOCD.ExePath": "C:/toolchains/openocd-arterytek/bin/openocd.exe",
"workbench.colorCustomizations": {
"activityBar.background": "#4B2301",
"titleBar.activeBackground": "#693002",
"titleBar.activeForeground": "#FFF9F4"
},
"cortex-debug.variableUseNaturalFormat": true
"cortex-debug.variableUseNaturalFormat": false
},
"extensions": {
}