initial commit
This commit is contained in:
29
.eide/debug.arm.options.gcc.json
Normal file
29
.eide/debug.arm.options.gcc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 5,
|
||||
"beforeBuildTasks": [],
|
||||
"afterBuildTasks": [],
|
||||
"global": {
|
||||
"$float-abi-type": "softfp",
|
||||
"output-debug-info": "enable",
|
||||
"misc-control": "--specs=nosys.specs --specs=nano.specs"
|
||||
},
|
||||
"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": "-lm"
|
||||
}
|
||||
}
|
||||
31
.eide/debug.files.options.yml
Normal file
31
.eide/debug.files.options.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
##########################################################################################
|
||||
# Append Compiler Options For Source Files
|
||||
#
|
||||
# syntax:
|
||||
# <your matcher expr>: <your compiler command>
|
||||
#
|
||||
# examples:
|
||||
# 'main.cpp': --cpp11 -Og ...
|
||||
# 'src/*.c': -gnu -O2 ...
|
||||
# 'src/lib/**/*.cpp': --cpp11 -Os ...
|
||||
# '!Application/*.c': -O0
|
||||
# '**/*.c': -O2 -gnu ...
|
||||
#
|
||||
# For more syntax, please refer to: https://www.npmjs.com/package/micromatch
|
||||
#
|
||||
##########################################################################################
|
||||
|
||||
version: '1.0'
|
||||
|
||||
#
|
||||
# for source files with filesystem paths
|
||||
#
|
||||
files:
|
||||
# './test/**/*.c': --c99
|
||||
|
||||
#
|
||||
# for source files with virtual paths
|
||||
#
|
||||
virtualPathFiles:
|
||||
# 'virtual_folder/**/*.c': --c99
|
||||
|
||||
85
.eide/eide.json
Normal file
85
.eide/eide.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"name": "BC3D",
|
||||
"type": "ARM",
|
||||
"dependenceList": [],
|
||||
"srcDirs": [
|
||||
".eide/deps",
|
||||
"app",
|
||||
"libraries/cmsis",
|
||||
"libraries/drivers",
|
||||
"project/src",
|
||||
"3rd-part"
|
||||
],
|
||||
"virtualFolder": {
|
||||
"name": "<virtual_root>",
|
||||
"files": [],
|
||||
"folders": []
|
||||
},
|
||||
"outDir": "build",
|
||||
"deviceName": null,
|
||||
"packDir": null,
|
||||
"miscInfo": {
|
||||
"uid": "686716babb0f6df0d2b6ba6bc7f01354"
|
||||
},
|
||||
"targets": {
|
||||
"Debug": {
|
||||
"excludeList": [
|
||||
"libraries/cmsis/cm4/device_support/startup/iar",
|
||||
"libraries/cmsis/cm4/device_support/startup/mdk"
|
||||
],
|
||||
"toolchain": "GCC",
|
||||
"compileConfig": {
|
||||
"cpuType": "Cortex-M3",
|
||||
"floatingPointHardware": "none",
|
||||
"scatterFilePath": "${workspaceFolder}\\libraries\\cmsis\\cm4\\device_support\\startup\\gcc\\linker\\AT32F413xB_FLASH.ld",
|
||||
"useCustomScatterFile": true,
|
||||
"storageLayout": {
|
||||
"RAM": [],
|
||||
"ROM": []
|
||||
},
|
||||
"options": "null"
|
||||
},
|
||||
"uploader": "OpenOCD",
|
||||
"uploadConfig": {
|
||||
"bin": "",
|
||||
"target": "at32f413xx",
|
||||
"interface": "cmsis-dap",
|
||||
"baseAddr": "0x08000000"
|
||||
},
|
||||
"uploadConfigMap": {
|
||||
"JLink": {
|
||||
"bin": "",
|
||||
"baseAddr": "",
|
||||
"cpuInfo": {
|
||||
"vendor": "null",
|
||||
"cpuName": "null"
|
||||
},
|
||||
"proType": 1,
|
||||
"speed": 8000,
|
||||
"otherCmds": ""
|
||||
}
|
||||
},
|
||||
"custom_dep": {
|
||||
"name": "default",
|
||||
"incList": [
|
||||
".eide/deps",
|
||||
"3rd-part/dwt_delay",
|
||||
"3rd-part/lwprintf",
|
||||
"3rd-part/PID-Library",
|
||||
"libraries/cmsis/cm4/core_support",
|
||||
"libraries/cmsis/cm4/device_support",
|
||||
"libraries/drivers/inc",
|
||||
"project/inc",
|
||||
"app"
|
||||
],
|
||||
"libList": [],
|
||||
"sourceDirList": [],
|
||||
"defineList": [
|
||||
"AT32F413CBT7",
|
||||
"USE_STDPERIPH_DRIVER"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user