mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
Add support for x10 express compilation
This commit is contained in:
parent
a58593e0b0
commit
f0404029a6
1 changed files with 6 additions and 0 deletions
|
@ -130,6 +130,12 @@ def main():
|
||||||
cmake_options["MULTI_SPORT"] = "ON"
|
cmake_options["MULTI_SPORT"] = "ON"
|
||||||
firmware_options = options_horus_x10
|
firmware_options = options_horus_x10
|
||||||
maxsize = 2 * 1024 * 1024
|
maxsize = 2 * 1024 * 1024
|
||||||
|
elif board_name == "x10express":
|
||||||
|
cmake_options["PCB"] = "X10"
|
||||||
|
cmake_options["PCBREV"] = "EXPRESS"
|
||||||
|
cmake_options["MULTI_SPORT"] = "ON"
|
||||||
|
firmware_options = options_horus_x10
|
||||||
|
maxsize = 2 * 1024 * 1024
|
||||||
elif board_name == "x12s":
|
elif board_name == "x12s":
|
||||||
cmake_options["PCB"] = "X12S"
|
cmake_options["PCB"] = "X12S"
|
||||||
cmake_options["MULTI_SPORT"] = "ON"
|
cmake_options["MULTI_SPORT"] = "ON"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue