dirs refactoring

This commit is contained in:
2025-02-16 11:27:46 +01:00
parent 5ddc9fe9b4
commit 054165ed84
65 changed files with 182 additions and 709 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"files.associations": {
"*.cpt": "yaml",
"*.seq": "yaml",
"os_interface.h": "c",
"bsdl_strings.h": "c",
"script.h": "c",
"env.h": "c",
"drivers_list.h": "c",
"bsdl_loader.h": "c",
"jtag_core_internal.h": "c"
}
}