Skip to content

Commit

Permalink
feat: new release 2.9.2 and new nightly targets
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Dec 7, 2023
1 parent 4debd74 commit 79357b8
Showing 1 changed file with 67 additions and 8 deletions.
75 changes: 67 additions & 8 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@
"path": "object.sha"
}
},
"v2.9.2": {
"sha": "8faf13126e93194d6ba8dbaa84d0152552c358a9",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket"
]
},
"v2.9.1": {
"sha": "e84a36510e495450e5ef8b2db379f13586918dcf"
"sha": "e84a36510e495450e5ef8b2db379f13586918dcf",
"exclude_targets": [
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket"
]
},
"v2.8.5": {
"sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31",
"exclude_targets": [
"tlitef4"
"pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket"
]
}
},
Expand Down Expand Up @@ -115,6 +124,25 @@
"PCB": "NV14"
}
},
"pl18": {
"description": "Flysky PL18",
"tags": [
"colorlcd"
],
"build_flags": {
"PCB": "PL18"
}
},
"pl18ev": {
"description": "Flysky PL18EV",
"tags": [
"colorlcd"
],
"build_flags": {
"PCB": "PL18",
"PCBREV": "PL18EV"
}
},
"nv14": {
"description": "Flysky NV14",
"tags": [
Expand Down Expand Up @@ -289,24 +317,24 @@
"PCBREV": "T18"
}
},
"tlite": {
"description": "Jumper T-Lite",
"t20": {
"description": "Jumper T20",
"tags": [
"stdlcd"
],
"build_flags": {
"PCB": "X7",
"PCBREV": "TLITE"
"PCBREV": "T20"
}
},
"tlitef4": {
"description": "Jumper T-Lite (F4 MCU)",
"tlite": {
"description": "Jumper T-Lite",
"tags": [
"stdlcd"
],
"build_flags": {
"PCB": "X7",
"PCBREV": "TLITEF4"
"PCBREV": "TLITE"
}
},
"tpro": {
Expand All @@ -319,6 +347,26 @@
"PCBREV": "TPRO"
}
},
"tprov2": {
"description": "Jumper T-Pro V2",
"tags": [
"stdlcd"
],
"build_flags": {
"PCB": "X7",
"PCBREV": "TPROV2"
}
},
"mt12": {
"description": "Radiomaster MT12",
"tags": [
"stdlcd"
],
"build_flags": {
"PCB": "X7",
"PCBREV": "MT12"
}
},
"t8": {
"description": "Radiomaster T8",
"tags": [
Expand Down Expand Up @@ -372,6 +420,17 @@
"PCBREV": "BOXER"
}
},
"pocket": {
"description": "RadioMaster Pocket",
"tags": [
"stdlcd",
"bluetooth"
],
"build_flags": {
"PCB": "X7",
"PCBREV": "POCKET"
}
},
"zorro": {
"description": "RadioMaster Zorro",
"tags": [
Expand Down

0 comments on commit 79357b8

Please sign in to comment.