first commit
This commit is contained in:
69
.eide/eide.json
Normal file
69
.eide/eide.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "violet_firmware_zf",
|
||||
"type": "RISC-V",
|
||||
"dependenceList": [],
|
||||
"srcDirs": [
|
||||
"app",
|
||||
"libraries/sdk",
|
||||
"libraries/zf_common",
|
||||
"libraries/zf_device",
|
||||
"libraries/zf_driver"
|
||||
],
|
||||
"virtualFolder": {
|
||||
"name": "<virtual_root>",
|
||||
"files": [],
|
||||
"folders": []
|
||||
},
|
||||
"outDir": "build",
|
||||
"deviceName": null,
|
||||
"packDir": null,
|
||||
"miscInfo": {
|
||||
"uid": "69341645eb5f07c48df11ef1dfcd69cb"
|
||||
},
|
||||
"targets": {
|
||||
"Debug": {
|
||||
"excludeList": [],
|
||||
"toolchain": "RISCV_GCC",
|
||||
"compileConfig": {
|
||||
"linkerScriptPath": "libraries\\sdk\\Ld\\Link.ld",
|
||||
"options": "null"
|
||||
},
|
||||
"uploader": "Custom",
|
||||
"uploadConfig": {
|
||||
"bin": "${ExecutableName}.bin",
|
||||
"commandLine": "${ProjectRoot}/tools/download.cmd ${programFile}",
|
||||
"eraseChipCommand": "${ProjectRoot}/tools/erase.cmd"
|
||||
},
|
||||
"uploadConfigMap": {
|
||||
"JLink": {
|
||||
"bin": "",
|
||||
"baseAddr": "",
|
||||
"cpuInfo": {
|
||||
"vendor": "null",
|
||||
"cpuName": "null"
|
||||
},
|
||||
"proType": 1,
|
||||
"speed": 8000,
|
||||
"otherCmds": ""
|
||||
}
|
||||
},
|
||||
"custom_dep": {
|
||||
"name": "default",
|
||||
"incList": [
|
||||
"app",
|
||||
"libraries/sdk/Peripheral",
|
||||
"libraries/sdk/Core",
|
||||
"libraries/zf_common",
|
||||
"libraries/zf_device",
|
||||
"libraries/zf_driver"
|
||||
],
|
||||
"libList": [
|
||||
"libraries/zf_device"
|
||||
],
|
||||
"sourceDirList": [],
|
||||
"defineList": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user