From 79357b8f25df838d775e6c063e429f8e3455948f Mon Sep 17 00:00:00 2001 From: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:56:56 +0100 Subject: [PATCH] feat: new release 2.9.2 and new nightly targets --- targets.json | 75 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 8 deletions(-) diff --git a/targets.json b/targets.json index 829ea93..0d07262 100644 --- a/targets.json +++ b/targets.json @@ -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" ] } }, @@ -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": [ @@ -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": { @@ -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": [ @@ -372,6 +420,17 @@ "PCBREV": "BOXER" } }, + "pocket": { + "description": "RadioMaster Pocket", + "tags": [ + "stdlcd", + "bluetooth" + ], + "build_flags": { + "PCB": "X7", + "PCBREV": "POCKET" + } + }, "zorro": { "description": "RadioMaster Zorro", "tags": [