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",
"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"
}
}
}
}
Binary file not shown.