Files
QDAC-firmware/.eide/eide.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-11 21:45:06 +08:00
{
"name": "firmware_clover",
2023-12-11 21:45:06 +08:00
"type": "RISC-V",
"dependenceList": [],
"srcDirs": [
"app",
"libraries/sdk",
"libraries/zf_common",
"libraries/zf_device",
"libraries/zf_driver"
2023-12-11 21:45:06 +08:00
],
"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"
}