mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Jumper TLite support
This commit is contained in:
parent
08e5834433
commit
84c86f718b
50 changed files with 591 additions and 54 deletions
|
@ -9,6 +9,11 @@ import tempfile
|
|||
|
||||
|
||||
boards = {
|
||||
"TLITE": {
|
||||
"PCB": "X7",
|
||||
"PCBREV": "TLITE",
|
||||
"DEFAULT_MODE": "2",
|
||||
},
|
||||
"T12": {
|
||||
"PCB": "X7",
|
||||
"PCBREV": "T12",
|
||||
|
@ -53,7 +58,7 @@ def build(board, translation, srcdir):
|
|||
command = "cmake %s -DTRANSLATIONS=%s -DJUMPER_RELEASE=YES %s" % (cmake_options, translation, srcdir)
|
||||
print(command)
|
||||
os.system(command)
|
||||
os.system("make firmware -j6")
|
||||
os.system("make firmware -j16")
|
||||
os.chdir(cwd)
|
||||
index = 0
|
||||
while 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue