[feat] Serial output

This commit is contained in:
2026-05-10 20:06:17 +08:00
Unverified
parent 4433d2ef85
commit e6ccc7cbcf
6 changed files with 111 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"gnu-efi/inc/",
"include/"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools",
"compilerPath": "/usr/bin/g++"
}
],
"version": 4
}