# This is the CMakeCache file. # For build in directory: /src/EdgeTX/build-output/arm-none-eabi # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Support for AFHDS2 AFHDS2:BOOL=OFF //Support for AFHDS3 AFHDS3:BOOL=OFF //Use custom message handler for debug output in all Qt apps. APP_CUSTOM_DBG_HANDLER:BOOL=ON //Debug output level: 0=debug+; 1=info+; 2=warn+; 3=critical+; // 4=fatal only. APP_CUSTOM_DBG_LEVEL:STRING=0 //Show source file names in debug output. 1/0/DEFAULT (default // is ON with DEBUG builds). APP_CUSTOM_DBG_SHOW_FILE:STRING=DEFAULT //Enable asterisk icon (test only firmware) ASTERISK:BOOL=OFF //Automatic source detection in menus AUTOSOURCE:BOOL=ON //Automatic switch detection in menus AUTOSWITCH:BOOL=ON //Auto update internal chips from SD AUTOUPDATE:BOOL=OFF //bash shell for firmware size report (eg. c:/cygwin/bin/bash.exe // on Windows). BASH:FILEPATH=/usr/bin/bash //Enable bind button BIND_KEY:BOOL=OFF //FrSky BT module support BLUETOOTH:BOOL=OFF //Include Bootloader BOOTLOADER:BOOL=ON //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-addr2line //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_ASM_COMPILER_AR:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib //Flags used by the ASM compiler during all build types. CMAKE_ASM_FLAGS:STRING= //Flags used by the ASM compiler during DEBUG builds. CMAKE_ASM_FLAGS_DEBUG:STRING=-g //Flags used by the ASM compiler during MINSIZEREL builds. CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the ASM compiler during RELEASE builds. CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the ASM compiler during RELWITHDEBINFO builds. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_AR:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING= CMAKE_CXX_FLAGS_DEBUG:STRING=-g3 -Og -Wall -pedantic -DDEBUG //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -Wall //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_AR:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_RANLIB:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc-ranlib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= CMAKE_C_FLAGS_DEBUG:STRING=-g3 -Og -Wall -pedantic -DDEBUG //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG CMAKE_C_FLAGS_RELEASE:STRING=-O3 -Wall //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/src/EdgeTX/build-output/arm-none-eabi/CMakeFiles/pkgRedirects //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-nm //Path to a program. CMAKE_OBJDUMP:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-objdump //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=EdgeTX //Path to a program. CMAKE_READELF:FILEPATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-readelf //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=/src/EdgeTX/cmake/toolchain/arm-none-eabi.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Crossfire TX Module CROSSFIRE:BOOL=ON //Curves CURVES:BOOL=ON //Dangerous module functions (RangeCheck / Bind / Module OFF, etc.) // available DANGEROUS_MODULE_FUNCTIONS:BOOL=OFF //Debug mode DEBUG:BOOL=OFF //Debug Bluetooth DEBUG_BLUETOOTH:BOOL=OFF //Count interrupts DEBUG_INTERRUPTS:BOOL=OFF //Turn on Labels traces DEBUG_LABELS:BOOL=OFF //Debug latency DEBUG_LATENCY:BOOL=OFF //Debug output to Segger RTT DEBUG_SEGGER_RTT:BOOL=OFF //Time critical parts of the code DEBUG_TIMERS:BOOL=OFF //Debug Trace Screen DEBUG_TRACE_BUFFER:BOOL=OFF //Count individual USB interrupts DEBUG_USB_INTERRUPTS:BOOL=OFF //Turn on windows traces DEBUG_WINDOWS:BOOL=OFF //Turn on YAML traces DEBUG_YAML:BOOL=OFF //Default internal module DEFAULT_INTERNAL_MODULE:STRING=MULTIMODULE //Default sticks mode DEFAULT_MODE:STRING= DEFAULT_TEMPLATE_SETUP:STRING=21 //Disable MCU check at start DISABLE_MCUCHECK:BOOL=OFF //DSM2 TX Module DSM2:BOOL=ON //Enable serial passthrough ENABLE_SERIAL_PASSTHROUGH:BOOL=ON //Value Computed by CMake EdgeTX_BINARY_DIR:STATIC=/src/EdgeTX/build-output/arm-none-eabi //Value Computed by CMake EdgeTX_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake EdgeTX_SOURCE_DIR:STATIC=/src/EdgeTX //Cross-compile EdgeTX for each toolchain EdgeTX_SUPERBUILD:BOOL=0 //Competition mode (no telemetry) FAI:BOOL=OFF //Support of old FAS prototypes (different resistors) FAS_PROTOTYPE:BOOL=OFF //Additional flags for firmware target c++ compiler (note: all // CMAKE_CXX_FLAGS[_*] are ignored for firmware/bootloader). FIRMWARE_CXX_FLAGS:STRING= //Additional flags for firmware target (Debug config) c++ compiler // (note: CMAKE_CXX_FLAGS_DEBUG is ignored for firmware/bootloader). FIRMWARE_CXX_FLAGS_DEBUG:STRING=-g //Additional flags for firmware target c compiler (note: all CMAKE_C_FLAGS[_*] // are ignored for firmware/bootloader). FIRMWARE_C_FLAGS:STRING= //Additional flags for firmware target (Debug config) c compiler // (note: CMAKE_C_FLAGS_DEBUG is ignored for firmware/bootloader). FIRMWARE_C_FLAGS_DEBUG:STRING=-g //Flight Modes FLIGHT_MODES:BOOL=ON //Choose font : STD or SQT5 FONT:STRING=STD //Used to build FrSky released firmware FRSKY_RELEASE:BOOL=OFF //Attach also firmware drive with USB FWDRIVE:BOOL=OFF //gawk for firmware size report. GAWK:FILEPATH=/usr/bin/gawk //Ghost TX Module GHOST:BOOL=ON //Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git //GUI enabled GUI:BOOL=ON //Global variables GVARS:BOOL=ON //Allow multi trainer HARDWARE_TRAINER_MULTI:BOOL=OFF //Heli menu HELI:BOOL=ON //Used to build IMRC released firmware IMRC_RELEASE:BOOL=OFF //Internal modules INTERNAL_MODULES:STRING=MULTI;CRSF //Support for CRSF internal module INTERNAL_MODULE_CRSF:BOOL=ON //Support for MULTI internal module INTERNAL_MODULE_MULTI:BOOL=ON //Support for PPM internal module INTERNAL_MODULE_PPM:BOOL=OFF //Enable ADC jitter measurement JITTER_MEASURE:BOOL=OFF //Bluetooth Logs on SD card LOG_BLUETOOTH:BOOL=OFF //Telemetry Logs on SD card LOG_TELEMETRY:BOOL=OFF //Enable LUA support LUA:BOOL=ON //Trace Lua memory (de)allocations to debug port (also needs DEBUG=YES // NANO=NO) LUA_ALLOCATOR_TRACER:BOOL=OFF //Pre-compile and save Lua scripts LUA_COMPILER:BOOL=ON //Enable LUA mixer/model scripts support LUA_MIXER:BOOL=ON //Script loading mode and compilation flags [btTxcd] (see loadScript() // API docs). Blank for default ('bt' on radio, 'T' on SIMU/DEBUG // builds) LUA_SCRIPT_LOAD_MODE:STRING= //Add support for D8 modules MODULE_PROTOCOL_D8:BOOL=ON //Add support for FCC modules MODULE_PROTOCOL_FCC:BOOL=ON //Add support for EU/LBT modules MODULE_PROTOCOL_LBT:BOOL=ON //DIY Multiprotocol TX Module (https://github.com/pascallanger/DIY-Multiprotocol-TX-Module) MULTIMODULE:BOOL=ON //Use nano newlib and binalloc NANO:BOOL=OFF //Initial cache NATIVE_BUILD:BOOL=0 //Optimization mode (0/1/2/s) OPT:STRING=s //OverrideChannel function available OVERRIDE_CHANNEL_FUNCTION:BOOL=ON //Radio type, one of: X9LITE;X9LITES;X7;XLITE;XLITES;X9D;X9D+;X9E;X10;X12S;NV14;PL18;ST16;PA01 PCB:STRING=X7 //No help, variable specified on the command line. PCBREV:UNINITIALIZED=T20V2 //Popup level POPUP_LEVEL:STRING=2 //Override Power LED to be normally Blue POWER_LED_BLUE:BOOL=OFF //PPM TX Module PPM:BOOL=ON //PPM center adjustable PPM_CENTER_ADJUSTABLE:BOOL=ON //PPM limits symetrical PPM_LIMITS_SYMETRICAL:BOOL=OFF //Pwr button type (PRESS/SWITCH) PWR_BUTTON:STRING=PRESS //PXX1 protocol support PXX1:BOOL=ON //PXX2 protocol support PXX2:BOOL=OFF //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/opt/venv/bin/python3 //RAS (SWR) enabled RAS:BOOL=ON //WS2812 addressable LED support RGBLEDS:BOOL=OFF //SBUS TX Module SBUS:BOOL=ON //Enable debugger semihosting SEMIHOSTING:BOOL=OFF //Shutdown confirmation SHUTDOWN_CONFIRMATION:BOOL=OFF //Enable disk IO simulation in simulator. Simulator will use FatFs // module and simulated IO layer that uses "./sdcard.image" file // as image of SD card. This file must contain whole SD card from // first to last sector SIMU_DISKIO:BOOL=OFF //Pre-compile and save Lua scripts in simulator. SIMU_LUA_COMPILER:BOOL=ON //Used to build TBS released firmware TBS_RELEASE:BOOL=OFF //Model templates menu TEMPLATES:BOOL=OFF //Warn this is a test build TEST_BUILD_WARNING:BOOL=OFF //Timers count (2 or 3) TIMERS:STRING=3 //Traces audio enabled TRACE_AUDIO:BOOL=OFF //Traces FatFS enabled TRACE_FATFS:BOOL=OFF //Turn on traces for Lua internals TRACE_LUA_INTERNALS:BOOL=OFF //Traces SD enabled TRACE_SD_CARD:BOOL=OFF //Turn on traces in simpgmspace.cpp TRACE_SIMPGMSPACE:BOOL=ON //Radio language, one of: CN;CZ;DA;DE;EN;ES;FI;FR;HE;HU;IT;JP;KO;NL;PL;PT;RU;SE;SK;TW;UA TRANSLATIONS:STRING=EN //Enable USB Joystick Extension USBJ_EX:BOOL=ON //Enable USB serial (CDC) USB_SERIAL:BOOL=OFF //Show extra information while processing CMakeLists.txt files. VERBOSE_CMAKELISTS:BOOL=OFF //Treat any compiler warning as an error (adds -Werror flag). WARNINGS_AS_ERRORS:BOOL=OFF //Enable hardware Watchdog WATCHDOG:BOOL=ON //XJT TX Module XJT:BOOL=ON ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/src/EdgeTX/build-output/arm-none-eabi //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Whether to issue deprecation errors for macros and functions. CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= CMAKE_GCOV:INTERNAL=arm-none-eabi-gcov //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/src/EdgeTX //Name of CMakeLists files to read CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 CMAKE_OBJCOPY:INTERNAL=arm-none-eabi-objcopy //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 CMAKE_RANLIB:INTERNAL=arm-none-eabi-ranlib //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake-4.0 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 CMAKE_SIZE_UTIL:INTERNAL=arm-none-eabi-size //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 CMAKE_STRIP:INTERNAL=arm-none-eabi-strip //Suppress errors that are meant for the author of the CMakeLists.txt // files. CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE //Suppress Warnings that are meant for the author of the CMakeLists.txt // files. CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_TAPI CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Whether to issue warnings for deprecated functionality. CMAKE_WARN_DEPRECATED:INTERNAL=FALSE //STRINGS property for variable: DEFAULT_INTERNAL_MODULE DEFAULT_INTERNAL_MODULE-STRINGS:INTERNAL=MULTI;CRSF //Details about finding Git FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.50.1()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/opt/venv/bin/python3][v3.10.12(3)] //STRINGS property for variable: FONT FONT-STRINGS:INTERNAL=STD;SQT5 //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //STRINGS property for variable: LUA LUA-STRINGS:INTERNAL=YES;NO;NO_MODEL_SCRIPTS //STRINGS property for variable: PCB PCB-STRINGS:INTERNAL=X9LITE;X9LITES;X7;XLITE;XLITES;X9D;X9D+;X9E;X10;X12S;NV14;PL18;ST16;PA01 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //STRINGS property for variable: TIMERS TIMERS-STRINGS:INTERNAL=2;3 //STRINGS property for variable: TRANSLATIONS TRANSLATIONS-STRINGS:INTERNAL=CN;CZ;DA;DE;EN;ES;FI;FR;HE;HU;IT;JP;KO;NL;PL;PT;RU;SE;SK;TW;UA