Skip to content

Commit

Permalink
nrfconnect: Add Zigbee Add-on to nrfconnect
Browse files Browse the repository at this point in the history
Add new Zigbee Add on.
  • Loading branch information
FilipZajdel committed Nov 15, 2024
1 parent 86acdf4 commit 7171341
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index/nrfconnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
"name": "nRF Connect",
"description": "Official nRF Connect SDK applications",
"apps": [
{
"name": "ncs-zigbee",
"title": "Zigbee",
"description": "The Zigbee add-on for the nRF Connect SDK provides support for developing Zigbee applications based on the third-party precompiled ZBOSS stack.",
"kind": "template",
"tags": ["zigbee", "connectivity"],
"apps": "samples/*",
"license": "Other",
"releases": [
{
"name": "Zigbee add-on v0.1.0",
"tag": "v0.1.0",
"date": "2024-11-15T12:47:22Z",
"sdk": "v2.8.0"
}
],
"defaultBranch": "v0.1.0"
},
{
"name": "ncs-example-application",
"title": "nRF Connect SDK example application",
Expand Down

0 comments on commit 7171341

Please sign in to comment.