From 3ca41b203a901d07798b2e3addbef1466ed49f36 Mon Sep 17 00:00:00 2001 From: Wayne Roberts Date: Mon, 2 Sep 2024 01:58:16 -0700 Subject: [PATCH] add semtech to app index (#45) * add semtech to app index * add sdk to releases Co-authored-by: Filip Zajdel <35106656+FilipZajdel@users.noreply.github.com> * add sdk to releases * remove compatibleNcs * rename json file --------- Co-authored-by: Filip Zajdel <35106656+FilipZajdel@users.noreply.github.com> --- index/Lora-net.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/Lora-net.json diff --git a/index/Lora-net.json b/index/Lora-net.json new file mode 100644 index 0000000..01e5e75 --- /dev/null +++ b/index/Lora-net.json @@ -0,0 +1,28 @@ +{ + "name": "Semtech", + "description": "LoRa transceiver", + "apps": [ + { + "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)", + "kind": "sample", + "license": "Apache License 2.0", + "apps": "samples/*", + "releases": [ + { + "date": "2024-08-08T14:30:49Z", + "name": "v2.6.1", + "tag": "v2.6.1", + "sdk": "v2.6.1" + } + ], + "tags": [ + "sidewalk", + "lora-basics-modem", + "CSS", + "FSK" + ] + } + ] +}