initial commit
This commit is contained in:
29
.eide/bc1c.arm.options.gcc.json
Normal file
29
.eide/bc1c.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"
|
||||
}
|
||||
}
|
||||
24
.eide/bc1c.arm.options.v5.json
Normal file
24
.eide/bc1c.arm.options.v5.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": 4,
|
||||
"beforeBuildTasks": [],
|
||||
"afterBuildTasks": [],
|
||||
"global": {
|
||||
"use-microLIB": true,
|
||||
"output-debug-info": "enable"
|
||||
},
|
||||
"c/cpp-compiler": {
|
||||
"optimization": "level-0",
|
||||
"one-elf-section-per-function": true,
|
||||
"c99-mode": true,
|
||||
"C_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
|
||||
"CXX_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
|
||||
"warnings": "all-warnings"
|
||||
},
|
||||
"asm-compiler": {},
|
||||
"linker": {
|
||||
"output-format": "elf",
|
||||
"xo-base": "",
|
||||
"ro-base": "0x08000000",
|
||||
"rw-base": "0x20000000"
|
||||
}
|
||||
}
|
||||
31
.eide/bc1c.files.options.yml
Normal file
31
.eide/bc1c.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
|
||||
|
||||
149
.eide/eide.json
Normal file
149
.eide/eide.json
Normal file
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"name": "BC1C",
|
||||
"type": "ARM",
|
||||
"dependenceList": [],
|
||||
"srcDirs": [
|
||||
".eide/deps",
|
||||
"3rd-part",
|
||||
"libraries/device"
|
||||
],
|
||||
"virtualFolder": {
|
||||
"name": "<virtual_root>",
|
||||
"files": [],
|
||||
"folders": [
|
||||
{
|
||||
"name": "cmsis",
|
||||
"files": [
|
||||
{
|
||||
"path": "libraries/cmsis/cm4/device_support/startup/gcc/startup_at32f403a_407.s"
|
||||
},
|
||||
{
|
||||
"path": "libraries/cmsis/cm4/device_support/system_at32f403a_407.c"
|
||||
}
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "firmware",
|
||||
"files": [
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_adc.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_can.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_crm.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_debug.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_exint.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_flash.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_gpio.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_i2c.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_misc.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_pwc.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_tmr.c"
|
||||
},
|
||||
{
|
||||
"path": "libraries/drivers/src/at32f403a_407_usart.c"
|
||||
}
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"files": [
|
||||
{
|
||||
"path": "project/src/at32f403a_407_int.c"
|
||||
},
|
||||
{
|
||||
"path": "project/src/at32f403a_407_wk_config.c"
|
||||
},
|
||||
{
|
||||
"path": "project/src/main.c"
|
||||
}
|
||||
],
|
||||
"folders": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"outDir": "build",
|
||||
"deviceName": null,
|
||||
"packDir": null,
|
||||
"miscInfo": {
|
||||
"uid": "4b98bd91695978f42b405679968f1016"
|
||||
},
|
||||
"targets": {
|
||||
"BC1C": {
|
||||
"excludeList": [],
|
||||
"toolchain": "GCC",
|
||||
"compileConfig": {
|
||||
"cpuType": "Cortex-M4",
|
||||
"floatingPointHardware": "single",
|
||||
"scatterFilePath": "${workspaceFolder}\\libraries\\cmsis\\cm4\\device_support\\startup\\gcc\\linker\\AT32F403AxC_FLASH.ld",
|
||||
"useCustomScatterFile": true,
|
||||
"storageLayout": {
|
||||
"RAM": [],
|
||||
"ROM": []
|
||||
},
|
||||
"options": "null"
|
||||
},
|
||||
"uploader": "OpenOCD",
|
||||
"uploadConfig": {
|
||||
"bin": "",
|
||||
"target": "at32f403xx",
|
||||
"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",
|
||||
"project/MDK_V5/RTE/_BC1C",
|
||||
".eide/deps",
|
||||
"3rd-part/dwt_delay"
|
||||
],
|
||||
"libList": [],
|
||||
"sourceDirList": [],
|
||||
"defineList": [
|
||||
"AT32F403ARCT7",
|
||||
"USE_STDPERIPH_DRIVER",
|
||||
"AT_START_F403A_V1"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user