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