Skip to content

Commit 4ccc09c

Browse files
authored
index: Add Serial Modem Add-on (#107)
Adding a new add-on, namely Serial Modem. Jira: SM-172 Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent 2eb1d21 commit 4ccc09c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

index/nrfconnect.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,25 @@
255255
}
256256
],
257257
"defaultBranch": "v1.0.0"
258+
},
259+
{
260+
"name": "ncs-serial-modem",
261+
"repo": "https://github.com/nrfconnect/ncs-serial-modem",
262+
"title": "Serial Modem",
263+
"description": "Serial Modem application running on the nRF91 Series SiP.",
264+
"kind": "template",
265+
"tags": ["lte", "connectivity"],
266+
"apps": "app",
267+
"avatar": "https://avatars.githubusercontent.com/u/40860733?s=200&v=4",
268+
"docsUrl": "https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html",
269+
"releases": [
270+
{
271+
"tag": "v0.3.0",
272+
"name": "Serial Modem v0.3.0",
273+
"date": "2025-12-18T00:00:00Z",
274+
"sdk": "v3.2.0"
275+
}
276+
]
258277
}
259278
]
260279
}

0 commit comments

Comments
 (0)