first commit

This commit is contained in:
liyp
2026-08-25 21:47:54 -04:00
commit c83cd9040d
9 changed files with 2304 additions and 0 deletions
+21
View File
@@ -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"
]
}
]
}