From 5705040063d493e512edad765533cfeef986225b Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Fri, 16 Aug 2024 10:57:07 -0700 Subject: [PATCH 1/5] add semtech to app index --- index/dudmuck.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 index/dudmuck.json diff --git a/index/dudmuck.json b/index/dudmuck.json new file mode 100644 index 0000000..b8035f9 --- /dev/null +++ b/index/dudmuck.json @@ -0,0 +1,38 @@ +{ + "name": "Semtech", + "description": "LoRa transceiver", + "avatar": "https://github.com/Lora-net/SWSD006/blob/v2.6.1/lora.png?raw=true", + "apps": [ + { + "repo": "https://github.com/Lora-net/SWSD006", + "description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications", + "name": "SWSD006", + "title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)", + "defaultBranch": "v2.6.1", + "isTemplate": false, + "kind": "sample", + "lastUpdate": "2024-08-08T12:48:20Z", + "license": "Apache License 2.0", + "watchers": 1, + "stars": 1, + "forks": 0, + "apps": "samples/*", + "releases": [ + { + "date": "2024-08-08T14:30:49Z", + "name": "v2.6.1", + "tag": "v2.6.1" + } + ], + "tags": [ + "sidewalk", + "lora-basics-modem", + "CSS", + "FSK" + ], + "compatibleNcs": [ + "v2.6.1" + ] + } + ] +} From b1b99c7369053b1e5b9f84930371c784aa9bdc35 Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Tue, 27 Aug 2024 15:10:04 -0700 Subject: [PATCH 2/5] add sdk to releases Co-authored-by: Filip Zajdel <35106656+FilipZajdel@users.noreply.github.com> --- index/dudmuck.json | 1 + 1 file changed, 1 insertion(+) diff --git a/index/dudmuck.json b/index/dudmuck.json index b8035f9..f31db32 100644 --- a/index/dudmuck.json +++ b/index/dudmuck.json @@ -22,6 +22,7 @@ "date": "2024-08-08T14:30:49Z", "name": "v2.6.1", "tag": "v2.6.1" + "sdk": "v2.6.1" } ], "tags": [ From 8e81a64ad9eef181f44a55c9a4451069b65c5062 Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Tue, 27 Aug 2024 15:17:15 -0700 Subject: [PATCH 3/5] add sdk to releases --- index/{dudmuck.json => semtech.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename index/{dudmuck.json => semtech.json} (97%) diff --git a/index/dudmuck.json b/index/semtech.json similarity index 97% rename from index/dudmuck.json rename to index/semtech.json index f31db32..fc8024d 100644 --- a/index/dudmuck.json +++ b/index/semtech.json @@ -21,7 +21,7 @@ { "date": "2024-08-08T14:30:49Z", "name": "v2.6.1", - "tag": "v2.6.1" + "tag": "v2.6.1", "sdk": "v2.6.1" } ], From c1305437bab0c9c5e5aa83c488d186c1db635ef9 Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Wed, 28 Aug 2024 15:13:16 -0700 Subject: [PATCH 4/5] remove compatibleNcs --- index/semtech.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/index/semtech.json b/index/semtech.json index fc8024d..4b95f00 100644 --- a/index/semtech.json +++ b/index/semtech.json @@ -30,9 +30,6 @@ "lora-basics-modem", "CSS", "FSK" - ], - "compatibleNcs": [ - "v2.6.1" ] } ] From 401fa9207bbdcedcfa704ac1637a5b4379c07e1c Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Fri, 30 Aug 2024 09:01:58 -0700 Subject: [PATCH 5/5] rename json file --- index/{semtech.json => Lora-net.json} | 8 -------- 1 file changed, 8 deletions(-) rename index/{semtech.json => Lora-net.json} (72%) diff --git a/index/semtech.json b/index/Lora-net.json similarity index 72% rename from index/semtech.json rename to index/Lora-net.json index 4b95f00..01e5e75 100644 --- a/index/semtech.json +++ b/index/Lora-net.json @@ -1,21 +1,13 @@ { "name": "Semtech", "description": "LoRa transceiver", - "avatar": "https://github.com/Lora-net/SWSD006/blob/v2.6.1/lora.png?raw=true", "apps": [ { - "repo": "https://github.com/Lora-net/SWSD006", "description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications", "name": "SWSD006", "title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)", - "defaultBranch": "v2.6.1", - "isTemplate": false, "kind": "sample", - "lastUpdate": "2024-08-08T12:48:20Z", "license": "Apache License 2.0", - "watchers": 1, - "stars": 1, - "forks": 0, "apps": "samples/*", "releases": [ {