From 998156ee6a072f0e352c23b344c1a1a47ac95cb1 Mon Sep 17 00:00:00 2001 From: Krzysztof Taborowski Date: Wed, 12 Mar 2025 15:46:08 +0100 Subject: [PATCH] Add Amazon Sidewalk [KRKNWK-20069] --- index/nrfconnect.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/index/nrfconnect.json b/index/nrfconnect.json index db4d92b..3379e71 100644 --- a/index/nrfconnect.json +++ b/index/nrfconnect.json @@ -2,6 +2,25 @@ "name": "nRF Connect", "description": "Official nRF Connect SDK applications", "apps": [ + { + "name": "sdk-sidewalk", + "title": "Amzon Sidewalk Add-on", + "description": "Amazon Sidewalk is a shared network designed to provide a stable and reliable connection at your home and outside of it. Is is based on two variants, one using Bluetooth® LE (more suited for home applications) and the other one using sub-GHz with the Semtech radio transceiver (for applications requiring longer range).", + "kind": "template", + "tags": ["sidewalk", "connectivity"], + "apps": "samples/*", + "license": "Other", + "releases": [ + { + "name": "Amazon Sidewalk add-on v0.1.0", + "tag": "v0.1.0", + "date": "2025-03-12T15:45:00Z", + "sdk": "10dd3ddbf2560aba2da99a2dc2536b177a1498d7" + } + ], + "defaultBranch": "main", + "docsUrl": "https://docs.nordicsemi.com/bundle/sidewalk_latest/page/index.html" + }, { "name": "ncs-zigbee", "title": "Zigbee R23",