archieve: homework7 schematic

This commit is contained in:
2025-05-20 12:55:32 +08:00
parent 1e079c187c
commit 25333ffc84
2 changed files with 22 additions and 2 deletions
+22 -2
View File
@@ -2,7 +2,9 @@
"name": "homework7", "name": "homework7",
"type": "C51", "type": "C51",
"dependenceList": [], "dependenceList": [],
"srcDirs": [], "srcDirs": [
"src"
],
"virtualFolder": { "virtualFolder": {
"name": "<virtual_root>", "name": "<virtual_root>",
"files": [], "files": [],
@@ -17,7 +19,7 @@
"targets": { "targets": {
"Debug": { "Debug": {
"excludeList": [], "excludeList": [],
"toolchain": "SDCC", "toolchain": "Keil_C51",
"compileConfig": { "compileConfig": {
"options": "null" "options": "null"
}, },
@@ -52,6 +54,24 @@
"$mainFileName": "main", "$mainFileName": "main",
"output-format": "hex" "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"
}
} }
} }
} }
Binary file not shown.