2 Star 36 Fork 4

赵维鹏 / mculib4d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dub.json.bak 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
sdv 提交于 2024-03-22 14:04 . 更新目录结构
{
"authors": [
"sdv"
],
"copyright": "Copyright © 2023, sdv",
"description": "A minimal D application.",
"license": "proprietary",
"name": "stm32f401cc",
"targetType": "executable",
"targetName": "cm4.elf",
"targetPath": "bin",
"sourceFiles": [
"bin/object.o"
],
"versions": [
"STM32F401CC"
],
"dflags-ldc": [
"-mtriple=thumbv7em-none-eabi",
"--mcpu=cortex-m4",
"-mattr=+crc",
"--float-abi=hard",
"--fthread-model=local-exec",
"--thread-model=single",
"--arm-interworking",
"--arm-load-store-opt",
"-relocation-model=static",
"-disable-linker-strip-dead",
"--static",
"--mixin=./bin/mixin.d",
"--O0"
],
"lflags-ldc": [
"-T./script/e1.ld",
"--gc-sections",
"--threads=1",
"-nostdlib",
"--nostdlib",
"-static",
"--Bstatic",
"-znorelro",
"-marmelf",
"--oformat=elf",
"--no-fortran-common",
"--no-use-android-relr-tags",
"--no-allow-shlib-undefined",
"--no-check-sections",
"--no-demangle",
"--Map=bin/cm4.map"
],
"libs": [
],
"buildOptions-arm": [
"betterC",
],
"buildOptions": [
"betterC"
],
"buildTypes": {
"debug": {
"buildOptions": [
"debugMode",
"debugInfo"
]
},
"unittest":{
}
},
"subPackages": [
{
"name": "libs",
"buildOptions": [
"betterC",
"debugInfoC",
"noBoundsCheck"
],
"targetType": "sourceLibrary",
"copyFiles": [
"./dub.settings.json"
]
}
]
}
D
1
https://gitee.com/sdvcn/mculib4d.git
git@gitee.com:sdvcn/mculib4d.git
sdvcn
mculib4d
mculib4d
master

搜索帮助