first commit
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"showDevDebugOutput": "parsed",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"executable": "./build/ls1c102_demo.elf",
|
||||
"name": "Debug LoongArch",
|
||||
"request": "launch",
|
||||
"type": "debugger-for-loongarch",
|
||||
"servertype": "openocd",
|
||||
"toolchainPrefix":"loongarch32-newlib-elf",
|
||||
"toolchainPath": "C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/buildtool/la32-tool/bin",
|
||||
"serverpath": "C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/openocd.exe",
|
||||
"device": "ls1c102",
|
||||
"configFiles": [
|
||||
"C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/lalink.cfg",
|
||||
"C:/Users/anonymous/Desktop/Embedded/LOONG/LA1C102/LAIDE/openocd/ls1c102.cfg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user