Sync edgetx to Gitea
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user