feat: 移植到 BC2C 新板
This commit is contained in:
29
.eide/bc2c.arm.options.gcc.json
Normal file
29
.eide/bc2c.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/bc2c.files.options.yml
Normal file
31
.eide/bc2c.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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "BC1C",
|
||||
"name": "BC2C",
|
||||
"type": "ARM",
|
||||
"dependenceList": [],
|
||||
"srcDirs": [
|
||||
@@ -23,7 +23,7 @@
|
||||
"uid": "4b98bd91695978f42b405679968f1016"
|
||||
},
|
||||
"targets": {
|
||||
"BC1C": {
|
||||
"BC2C": {
|
||||
"excludeList": [
|
||||
"project/MDK_V5",
|
||||
"libraries/cmsis/cm4/device_support/startup/iar",
|
||||
@@ -33,7 +33,7 @@
|
||||
"compileConfig": {
|
||||
"cpuType": "Cortex-M4",
|
||||
"floatingPointHardware": "single",
|
||||
"scatterFilePath": "${workspaceFolder}\\libraries\\cmsis\\cm4\\device_support\\startup\\gcc\\linker\\AT32F403AxC_FLASH.ld",
|
||||
"scatterFilePath": "${workspaceFolder}\\libraries\\cmsis\\cm4\\device_support\\startup\\gcc\\linker\\AT32F403AxG_FLASH.ld",
|
||||
"useCustomScatterFile": true,
|
||||
"storageLayout": {
|
||||
"RAM": [],
|
||||
|
||||
Reference in New Issue
Block a user