测试通过:实验二电路

This commit is contained in:
2025-03-11 13:32:51 +08:00
parent 75657caffb
commit b26a95afff
4 changed files with 56 additions and 2 deletions
+22 -2
View File
@@ -2,7 +2,9 @@
"name": "homework2",
"type": "C51",
"dependenceList": [],
"srcDirs": [],
"srcDirs": [
"src"
],
"virtualFolder": {
"name": "<virtual_root>",
"files": [],
@@ -17,7 +19,7 @@
"targets": {
"Debug": {
"excludeList": [],
"toolchain": "SDCC",
"toolchain": "Keil_C51",
"compileConfig": {
"options": "null"
},
@@ -52,6 +54,24 @@
"$mainFileName": "main",
"output-format": "hex"
}
},
"Keil_C51": {
"version": 2,
"beforeBuildTasks": [],
"afterBuildTasks": [],
"global": {
"ram-mode": "SMALL",
"rom-mode": "LARGE"
},
"c/cpp-compiler": {
"optimization-type": "SPEED",
"optimization-level": "level-8"
},
"asm-compiler": {},
"linker": {
"remove-unused": true,
"output-format": "elf"
}
}
}
}