compiles and works
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -5,13 +5,13 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "bs list",
|
||||
"name": "bs",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/bs/bs",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${fileDirname}",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "gdb",
|
||||
|
||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.cpt": "yaml",
|
||||
"*.seq": "yaml",
|
||||
"*.cpt": "yaml",
|
||||
"os_interface.h": "c",
|
||||
"bsdl_strings.h": "c",
|
||||
"script.h": "c",
|
||||
@@ -13,7 +13,9 @@
|
||||
"dlfcn.h": "c",
|
||||
"config_script.h": "c",
|
||||
"bs_defines.h": "c",
|
||||
"jtag_core.h": "c"
|
||||
"jtag_core.h": "c",
|
||||
"string.h": "c",
|
||||
"readline.h": "c"
|
||||
},
|
||||
"C_Cpp.default.includePath": [
|
||||
"libs/",
|
||||
|
||||
Reference in New Issue
Block a user