archieve: homework7 schematic
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user