78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "firmware",
|
|
"displayName": "Firmware",
|
|
"binaryDir": "build/fw",
|
|
"toolchainFile": "cmake/toolchain/arm-none-eabi.cmake",
|
|
"cacheVariables": {
|
|
"EdgeTX_SUPERBUILD": false,
|
|
"NATIVE_BUILD": false
|
|
},
|
|
"warnings": {
|
|
"dev": false
|
|
}
|
|
},
|
|
{
|
|
"name": "companion",
|
|
"displayName": "Companion",
|
|
"binaryDir": "build/companion",
|
|
"toolchainFile": "cmake/toolchain/native.cmake",
|
|
"cacheVariables": {
|
|
"EdgeTX_SUPERBUILD": false,
|
|
"NATIVE_BUILD": true
|
|
},
|
|
"warnings": {
|
|
"dev": false
|
|
}
|
|
},
|
|
{
|
|
"name": "simu",
|
|
"displayName": "SDL Simu",
|
|
"binaryDir": "build/simu",
|
|
"toolchainFile": "cmake/toolchain/native.cmake",
|
|
"cacheVariables": {
|
|
"EdgeTX_SUPERBUILD": false,
|
|
"NATIVE_BUILD": true
|
|
},
|
|
"warnings": {
|
|
"dev": false
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "firmware",
|
|
"displayName": "Firmware",
|
|
"configurePreset": "firmware",
|
|
"targets": [
|
|
"firmware"
|
|
]
|
|
},
|
|
{
|
|
"name": "companion",
|
|
"displayName": "Companion",
|
|
"configurePreset": "companion",
|
|
"targets": [
|
|
"companion"
|
|
]
|
|
},
|
|
{
|
|
"name": "simu",
|
|
"displayName": "SDL Simu",
|
|
"configurePreset": "simu",
|
|
"targets": [
|
|
"simu"
|
|
]
|
|
},
|
|
{
|
|
"name": "tests-radio",
|
|
"displayName": "Radio Tests",
|
|
"configurePreset": "simu",
|
|
"targets": [
|
|
"tests-radio"
|
|
]
|
|
}
|
|
]
|
|
} |