F1CTL/.eide/eide.json
2024-12-15 17:45:33 +08:00

190 lines
4.9 KiB
JSON

{
"name": "f1CTL",
"type": "ARM",
"dependenceList": [],
"srcDirs": [
"Core",
"Drivers"
],
"virtualFolder": {
"name": "<virtual_root>",
"files": [],
"folders": []
},
"outDir": "build",
"deviceName": null,
"packDir": null,
"miscInfo": {
"uid": "a05310ba6d1df82c06a39841ccb7aed9"
},
"targets": {
"Debug": {
"excludeList": [
"Core/ioLibrary_Driver/Internet/DHCP",
"Core/ioLibrary_Driver/Internet/FTPClient",
"Core/ioLibrary_Driver/Internet/FTPServer",
"Core/ioLibrary_Driver/Internet/httpServer",
"Core/ioLibrary_Driver/Internet/MQTT",
"Core/ioLibrary_Driver/Internet/SNMP",
"Core/ioLibrary_Driver/Internet/SNTP",
"Core/ioLibrary_Driver/Internet/TFTP"
],
"toolchain": "GCC",
"compileConfig": {
"cpuType": "Cortex-M3",
"floatingPointHardware": "none",
"scatterFilePath": "",
"useCustomScatterFile": true,
"storageLayout": {
"RAM": [],
"ROM": []
},
"options": "null"
},
"uploader": "OpenOCD",
"uploadConfig": {
"bin": "",
"target": "stm32f1x",
"interface": "stlink",
"baseAddr": "0x08000000"
},
"uploadConfigMap": {
"JLink": {
"bin": "",
"baseAddr": "",
"cpuInfo": {
"vendor": "null",
"cpuName": "null"
},
"proType": 1,
"speed": 8000,
"otherCmds": ""
}
},
"custom_dep": {
"name": "default",
"incList": [
"Core/Inc",
"Drivers/STM32F1xx_HAL_Driver/Inc/Legacy",
"Drivers/STM32F1xx_HAL_Driver/Inc",
"Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"Drivers/CMSIS/Include",
"Core/ioLibrary_Driver/Ethernet/W5500",
"Core/ioLibrary_Driver/Ethernet",
"Core/ioLibrary_Driver/Internet/DNS",
"Core/motor",
"Core/Html"
],
"libList": [],
"defineList": [
"DEBUG",
"USE_HAL_DRIVER",
"STM32F103xE"
]
},
"builderOptions": {
"GCC": {
"version": 5,
"beforeBuildTasks": [],
"afterBuildTasks": [],
"global": {
"$float-abi-type": "softfp",
"output-debug-info": "enable"
},
"c/cpp-compiler": {
"language-c": "gnu17",
"language-cpp": "c++11",
"optimization": "level-debug",
"warnings": "all-warnings",
"one-elf-section-per-function": true,
"one-elf-section-per-data": true
},
"asm-compiler": {
"ASM_FLAGS": "-DDEBUG"
},
"linker": {
"output-format": "elf",
"remove-unused-input-sections": true,
"LD_FLAGS": "-TSTM32F103VCTX_FLASH.ld",
"$toolName": "auto"
}
}
}
},
"Release": {
"excludeList": [],
"toolchain": "GCC",
"compileConfig": {
"cpuType": "Cortex-M3",
"floatingPointHardware": "none",
"scatterFilePath": "",
"useCustomScatterFile": true,
"storageLayout": {
"RAM": [],
"ROM": []
},
"options": "null"
},
"uploader": "JLink",
"uploadConfig": {
"bin": "",
"baseAddr": "",
"cpuInfo": {
"vendor": "null",
"cpuName": "null"
},
"proType": 1,
"speed": 8000,
"otherCmds": ""
},
"uploadConfigMap": {},
"builderOptions": {
"GCC": {
"version": 5,
"beforeBuildTasks": [],
"afterBuildTasks": [],
"global": {
"$float-abi-type": "softfp",
"output-debug-info": "enable",
"misc-control": []
},
"c/cpp-compiler": {
"language-c": "c11",
"language-cpp": "c++11",
"optimization": "level-debug",
"warnings": "all-warnings",
"one-elf-section-per-function": true,
"one-elf-section-per-data": true,
"C_FLAGS": "",
"CXX_FLAGS": ""
},
"asm-compiler": {
"ASM_FLAGS": ""
},
"linker": {
"output-format": "elf",
"remove-unused-input-sections": true,
"LD_FLAGS": "",
"LIB_FLAGS": ""
}
}
},
"custom_dep": {
"name": "default",
"incList": [
"Core/Inc",
"Drivers/STM32F1xx_HAL_Driver/Inc/Legacy",
"Drivers/STM32F1xx_HAL_Driver/Inc",
"Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"Drivers/CMSIS/Include"
],
"defineList": [
"USE_HAL_DRIVER",
"STM32F103xE"
],
"libList": []
}
}
},
"version": "3.5"
}