app dir changed and src dir removed

This commit is contained in:
2025-02-16 17:37:56 +01:00
parent 4f6cd20130
commit f3c2569a30
22 changed files with 88 additions and 58 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "bs list",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/app/bs",
"program": "${workspaceFolder}/build/bs/bs",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",

View File

@@ -9,5 +9,9 @@
"drivers_list.h": "c",
"bsdl_loader.h": "c",
"jtag_core_internal.h": "c"
}
},
"C_Cpp.default.includePath": [
"libs/",
"modules/"
]
}