update doc

This commit is contained in:
NeoZeng
2022-11-15 23:11:06 +08:00
parent 5feb4f17b3
commit da58f5c25f
4 changed files with 7 additions and 12 deletions

4
.vscode/launch.json vendored
View File

@@ -31,10 +31,6 @@
"showDevDebugOutput": "none",
"servertype": "jlink",
"interface": "swd",
//如果在cortex-debug的设置中写入了全局路径,这里不需要再写
"armToolchainPath": "D:\\gcc-arm-none-eabi\\bin",
//如果在cortex-debug的设置中写入了全局路径,这里不需要再写
"gdbPath": "D:\\gcc-arm-none-eabi\\bin\\arm-none-eabi-gdb.exe",
// "preLaunchTask": "build task",//先运行Build任务,取消注释即可使用
}
]