Revert "ci: Attempting to resolve the issue with DDK compilation being unavailable"

This reverts commit a622657092.
This commit is contained in:
ShirkNeko
2025-11-03 03:39:46 +08:00
parent a622657092
commit 2433d64b6b
7 changed files with 221 additions and 20 deletions

11
kernel/.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "Linux",
"cStandard": "c11",
"intelliSenseMode": "gcc-arm64",
"compileCommands": "${workspaceFolder}/compile_commands.json"
}
],
"version": 4
}