Implement open() and close() for Usb class, added a lot of TODO's

This commit is contained in:
2022-11-13 21:28:28 +01:00
parent f09e4ab5c8
commit 38906dafef
11 changed files with 103 additions and 30 deletions

11
.vscode/settings.json vendored
View File

@@ -1,9 +1,7 @@
{
"clangd.arguments": [ "-log=verbose",
"-pretty",
"--background-index",
"--compile-commands-dir=${workspaceFolder}/builddir"
],
"C_Cpp.codeAnalysis.clangTidy.args":[
"-extra-arg=-std=c++17"
],
"files.associations": {
"cctype": "cpp",
"clocale": "cpp",
@@ -82,6 +80,7 @@
"any": "cpp",
"regex": "cpp",
"future": "cpp",
"charconv": "cpp"
"charconv": "cpp",
"*.ipp": "cpp"
}
}