Files
QDAC-firmware/.eide/eide.json
2024-06-18 16:21:19 +08:00

73 lines
1.6 KiB
JSON

{
"name": "firmware_clover",
"type": "RISC-V",
"dependenceList": [],
"srcDirs": [
"app",
"libraries/sdk",
"libraries/zf_common",
"libraries/zf_device",
"libraries/zf_driver",
"3rd-lib/crc16",
"3rd-lib/lwrb"
],
"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",
"3rd-lib/crc16",
"app/page",
"3rd-lib/lwrb/inc"
],
"libList": [
"libraries/zf_device"
],
"defineList": []
}
}
},
"version": "3.4"
}