Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Add SSDT1.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderIce2 committed Nov 20, 2024
1 parent dc5d627 commit 26b9c8e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tools/*
!tools/*.c
!tools/*.cpp
!tools/*.cfg
!tools/SSDT1.dat
doxygen-doc
initrd.tar
.dccache
Expand Down
23 changes: 22 additions & 1 deletion Fennix.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,28 @@
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"*.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"
}
}
}
Binary file added tools/SSDT1.dat
Binary file not shown.

0 comments on commit 26b9c8e

Please sign in to comment.