initial commit
This commit is contained in:
86
.eide/eide.json
Normal file
86
.eide/eide.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"name": "BC5D-POS",
|
||||
"type": "ARM",
|
||||
"dependenceList": [],
|
||||
"srcDirs": [
|
||||
".eide/deps",
|
||||
"3rd-part",
|
||||
"libraries/cmsis",
|
||||
"libraries/drivers",
|
||||
"project",
|
||||
"app"
|
||||
],
|
||||
"virtualFolder": {
|
||||
"name": "<virtual_root>",
|
||||
"files": [],
|
||||
"folders": []
|
||||
},
|
||||
"outDir": "build",
|
||||
"deviceName": null,
|
||||
"packDir": null,
|
||||
"miscInfo": {
|
||||
"uid": "9d909db3024271625a98879e53e2d396"
|
||||
},
|
||||
"targets": {
|
||||
"BC5D-POS": {
|
||||
"excludeList": [
|
||||
"project/MDK_V5/startup_at32f425.s",
|
||||
"libraries/cmsis/cm4/device_support/startup/iar",
|
||||
"libraries/cmsis/cm4/device_support/startup/mdk"
|
||||
],
|
||||
"toolchain": "GCC",
|
||||
"compileConfig": {
|
||||
"cpuType": "Cortex-M4",
|
||||
"floatingPointHardware": "none",
|
||||
"scatterFilePath": "${workspaceFolder}\\libraries\\cmsis\\cm4\\device_support\\startup\\gcc\\linker\\AT32F425x8_FLASH.ld",
|
||||
"useCustomScatterFile": true,
|
||||
"storageLayout": {
|
||||
"RAM": [],
|
||||
"ROM": []
|
||||
},
|
||||
"options": "null"
|
||||
},
|
||||
"uploader": "OpenOCD",
|
||||
"uploadConfig": {
|
||||
"bin": "",
|
||||
"target": "at32f425xx",
|
||||
"interface": "cmsis-dap",
|
||||
"baseAddr": "0x08000000"
|
||||
},
|
||||
"uploadConfigMap": {
|
||||
"JLink": {
|
||||
"bin": "",
|
||||
"baseAddr": "",
|
||||
"cpuInfo": {
|
||||
"vendor": "null",
|
||||
"cpuName": "null"
|
||||
},
|
||||
"proType": 1,
|
||||
"speed": 8000,
|
||||
"otherCmds": ""
|
||||
}
|
||||
},
|
||||
"custom_dep": {
|
||||
"name": "default",
|
||||
"incList": [
|
||||
"libraries/drivers/inc",
|
||||
"libraries/cmsis/cm4/core_support",
|
||||
"libraries/cmsis/cm4/device_support",
|
||||
"project/inc",
|
||||
".cmsis/include",
|
||||
".eide/deps",
|
||||
"3rd-part/PID-Library",
|
||||
"app",
|
||||
"3rd-part/lwprintf"
|
||||
],
|
||||
"libList": [],
|
||||
"sourceDirList": [],
|
||||
"defineList": [
|
||||
"USE_STDPERIPH_DRIVER",
|
||||
"AT32F425C8T7"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user