Skip to content

Commit 010c15c

Browse files
authored
Add nRF Edge AI add-on v1.0.0-rc2 (#105)
1 parent d10310c commit 010c15c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

index/nrfconnect.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,26 @@
235235
"sdk": "placeholder"
236236
}
237237
]
238+
},
239+
{
240+
"name": "sdk-edge-ai",
241+
"repo": "https://github.com/nrfconnect/sdk-edge-ai",
242+
"title": "Edge AI Add-on",
243+
"description": "A compact add-on that makes it easy to run Edge AI models on Nordic Semiconductor devices using the nRF Connect SDK (NCS).",
244+
"tags": ["edge-ai"],
245+
"kind": "template",
246+
"apps": "samples/*",
247+
"avatar": "https://avatars.githubusercontent.com/u/40860733?s=200&v=4",
248+
"docsUrl": "https://docs.nordicsemi.com/bundle/addon-edge-ai_latest/page/index.html",
249+
"releases": [
250+
{
251+
"tag": "v1.0.0",
252+
"name": "nRF Edge AI Add-on v1.0.0",
253+
"date": "2025-12-09T00:00:00Z",
254+
"sdk": "v3.2.0"
255+
}
256+
],
257+
"defaultBranch": "v1.0.0"
238258
}
239259
]
240260
}

resources/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"FSK",
9595
"ble",
9696
"blecon",
97-
"connectivity"
97+
"connectivity",
98+
"edge-ai"
9899
]
99100
},
100101
"description": "An array of tags describing the application."

0 commit comments

Comments
 (0)