1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00
This commit is contained in:
bsongis 2012-04-07 08:22:53 +00:00
parent 8c0c30e371
commit 6cae60940c
2 changed files with 10 additions and 0 deletions

View file

@ -99,6 +99,9 @@ if platform.system() == "Windows":
# arm board
hexes = generate("open9x-arm", "PCB=ARM", "bin", options_arm, 262000)
generate_c9x_list("../../companion9x/src/open9x-arm-binaries.cpp", hexes, "bin", "BOARD_ERSKY9X")
# arm stamp
subprocess.check_output(["make", "arm-stamp"])
else:
# stock board
hexes = generate("open9x-stock", "PCB=STD", "hex", options_stock, 65530)