1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Add X7D to build script

This commit is contained in:
Andre Bernet 2016-12-10 09:34:43 +01:00
parent e3cb1fe91b
commit 985541db50

View file

@ -98,6 +98,12 @@ elif options[optcount] == "ar9x":
maxsize = 65536 * 4 maxsize = 65536 * 4
board = BOARD_SKY9X board = BOARD_SKY9X
board_family = BOARD_FAMILY_ARM board_family = BOARD_FAMILY_ARM
elif options[optcount] == "x7d":
command_options["PCB"] = "X7D"
firmware_options = options_taranisplus
maxsize = 65536 * 8
board = BOARD_TARANIS
board_family = BOARD_FAMILY_ARM
elif options[optcount] == "x9d": elif options[optcount] == "x9d":
command_options["PCB"] = "X9D" command_options["PCB"] = "X9D"
firmware_options = options_taranis firmware_options = options_taranis