compiles and works

This commit is contained in:
François Dausseur
2025-02-18 11:36:18 +01:00
parent b66e82da87
commit 5dfe5b123e
17 changed files with 7087 additions and 2021 deletions

4
.vscode/launch.json vendored
View File

@@ -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",

View File

@@ -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/",