Skip to content

Commit

Permalink
nrfconnect: add Zigbee
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipZajdel committed Nov 8, 2024
1 parent e8894e6 commit 721c46e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index/nrfconnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
"name": "nRF Connect",
"description": "Official nRF Connect SDK applications",
"apps": [
{
"name": "ncs-zigbee",
"title": "nRF Connect SDK Zigbee",
"description": "Nordic Semiconductor's Zigbee libraries and reference samples.",
"kind": "template",
"tags": ["zigbee", "connectivity"],
"apps": "samples/*",
"license": "Apache 2.0",
"releases": [
{
"name": "Latest release",
"tag": "main",
"date": "2024-11-07T14:30:49Z",
"sdk": "main"
}
]
},
{
"name": "ncs-example-application",
"title": "nRF Connect SDK example application",
Expand Down

0 comments on commit 721c46e

Please sign in to comment.