1 Star 0 Fork 8

camark / nf-interpreter

forked from 蛋蛋 / nf-interpreter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmake-variants.TEMPLATE.json 3.84 KB
一键复制 编辑 原始数据 按行查看 历史
José Simões 提交于 2017-09-26 11:39 . Work on RTM build (#523)
{
"buildType": {
"default$": "debug",
"description$": "the build type to use",
"debug": {
"oneWordSummary$": "Debug",
"description$": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"release": {
"oneWordSummary$": "Release",
"description$": "Enable optimizations, omit debug info",
"buildType": "Release"
},
"minsize": {
"oneWordSummary$": "MinSizeRel",
"description$": "Optimize for smallest binary size",
"buildType": "MinSizeRel"
},
"reldeb": {
"oneWordSummary$": "RelWithDebInfo",
"description$": "Perform optimizations AND include debugging information",
"buildType": "RelWithDebInfo"
}
},
"linkage": {
"OPTION1_NAME_HERE": {
"oneWordSummary$": "<summary-here>",
"description$": "<description-here>",
"settings": {
"TOOLCHAIN_PREFIX" : "<path-to-gcc-toolchain-mind-the-forward-slash>",
"TOOL_HEX2DFU_PREFIX" : "<path-to-hex2dfu-utility-mind-the-forward-slash>",
"TARGET_SERIES" : "<series-name-of-the-target-chip-STM32F0xx-STM32F4xx-STM32F7xx>",
"USE_FPU" : "<TRUE-for-using-hardware-floating-point-unit>",
"CHIBIOS_VERSION" : "<N.N.N>",
"CHIBIOS_SOURCE" : "<path-to-chibios-source-mind-the-forward-slash>",
"CHIBIOS_BOARD" : "<valid-chibios-board-name-from-boards-collection>",
"SWO_OUTPUT" : "OFF-default-ON-to-enable-ARM-CortexM-Single-Wire-Output",
"NF_BUILD_RTM" : "OFF-default-ON-to-enable-RTM-build",
"NF_FEATURE_DEBUGGER" : "TRUE-to-include-nF-debugger",
"NF_FEATURE_RTC" : "OFF-default-ON-to-enable-hardware-RTC",
"NF_FEATURE_USE_APPDOMAINS" : "OFF-default-ON-to-enable-support-for-Application-Domains",
"NF_FEATURE_USE_NETWORKING" : "OFF-default-ON-to-enable-support",
"API_Windows.Devices.Gpio" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Spi" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.I2c" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Adc" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Pwm" : "OFF-default-ON-to-add-this-API"
}
},
"OPTION2_NAME_HERE": {
"oneWordSummary$": "<summary-here>",
"description$": "<description-here>",
"settings": {
"TOOLCHAIN_PREFIX" : "<path-to-gcc-toolchain-mind-the-forward-slash>",
"TOOL_HEX2DFU_PREFIX" : "<path-to-hex2dfu-utility-mind-the-forward-slash>",
"TARGET_SERIES" : "<series-name-of-the-target-chip-STM32F0xx-STM32F4xx-STM32F7xx>",
"USE_FPU" : "<TRUE-for-using-hardware-floating-point-unit>",
"CHIBIOS_VERSION" : "<N.N.N>",
"CHIBIOS_SOURCE" : "<path-to-chibios-source-mind-the-forward-slash>",
"CHIBIOS_BOARD" : "<valid-chibios-board-name-from-boards-collection>",
"SWO_OUTPUT" : "OFF-default-ON-to-enable-ARM-CortexM-Single-Wire-Output",
"NF_BUILD_RTM" : "OFF-default-ON-to-enable-RTM-build",
"NF_FEATURE_DEBUGGER" : "TRUE-to-include-nF-debugger",
"NF_FEATURE_RTC" : "OFF-default-ON-to-enable-hardware-RTC",
"NF_FEATURE_USE_APPDOMAINS" : "OFF-default-ON-to-enable-support-for-Application-Domains",
"NF_FEATURE_USE_NETWORKING" : "OFF-default-ON-to-enable-support",
"API_Windows.Devices.Gpio" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Spi" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.I2c" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Adc" : "OFF-default-ON-to-add-this-API",
"API_Windows.Devices.Pwm" : "OFF-default-ON-to-add-this-API"
}
},
"default$": "",
"description$": "Variant for builds"
}
}
C++
1
https://gitee.com/camark/nf-interpreter.git
git@gitee.com:camark/nf-interpreter.git
camark
nf-interpreter
nf-interpreter
master

搜索帮助