From ff366e48bf8b4cebbcabfddf67c615d4df059f55 Mon Sep 17 00:00:00 2001 From: Rajeev Piyare Date: Sun, 15 Sep 2024 21:55:02 -0500 Subject: [PATCH] Add Conexio sample applications to the SDK add-on index Signed-off-by: Rajeev Piyare --- index/Conexiotechnologies.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/Conexiotechnologies.json diff --git a/index/Conexiotechnologies.json b/index/Conexiotechnologies.json new file mode 100644 index 0000000..917841f --- /dev/null +++ b/index/Conexiotechnologies.json @@ -0,0 +1,22 @@ +{ + "name": "Conexio Technologies", + "description": "NCS example applications for Conexio Stratus devices based on nRF91xx SiP", + "apps": [ + { + "name": "conexio-firmware-sdk", + "title": "Conexio Stratus Firmware SDK", + "description": "NCS example applications for [Conexio Stratus devices](https://docs.conexiotech.com/)", + "kind": "sample", + "tags": ["lte"], + "apps": "samples/*", + "releases": [ + { + "date": "2024-09-16T02:29:37Z", + "name": "v2.7.x", + "tag": "v2.7.x", + "sdk": "v2.7.0" + } + ] + } + ] +}