Add SSDT1.dat

This commit is contained in:
EnderIce2 2024-11-20 04:29:11 +02:00
parent dc5d62717e
commit 26b9c8e921
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ tools/*
!tools/*.c !tools/*.c
!tools/*.cpp !tools/*.cpp
!tools/*.cfg !tools/*.cfg
!tools/SSDT1.dat
doxygen-doc doxygen-doc
initrd.tar initrd.tar
.dccache .dccache

View File

@ -8,7 +8,28 @@
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"files.associations": { "files.associations": {
"*.su": "tsv", "*.su": "tsv",
"ostream": "cpp" "thread": "cpp",
"bitset": "cpp",
"initializer_list": "cpp",
"semaphore": "cpp",
"memory": "cpp",
"limits": "cpp",
"climits": "cpp",
"iterator": "cpp",
"ranges": "cpp",
"cassert": "cpp",
"concepts": "cpp",
"cctype": "cpp",
"tuple": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"coroutine": "cpp",
"static_vector": "cpp",
"string_view": "cpp",
"compare": "cpp",
"ostream": "cpp",
"unordered_map": "cpp",
"vector": "cpp"
} }
} }
} }

BIN
tools/SSDT1.dat Normal file

Binary file not shown.