Skip to content

Commit

Permalink
index: Add hello nrf cloud OOB firmware to app index (#52)
Browse files Browse the repository at this point in the history
Add hello nrf cloud OOB firmware to app index

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad authored Nov 12, 2024
1 parent 6eae0e0 commit a6a6eb1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions index/hello-nrfcloud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Thingy:91 X: Hello nRF Cloud firmware",
"description": "",
"apps": [
{
"title": "Thingy:91 X: Hello nRF Cloud firmware",
"name": "firmware",
"description": "This firmware is used with hello.nrfcloud.com",
"kind": "sample",
"tags": ["dfu", "lte"],
"releases": [
{
"date": "2024-08-11T14:37:00Z",
"name": "v2.0.1",
"tag": "v2.0.1",
"sdk": "v2.8.0-rc2"
}
]
}
]
}
2 changes: 1 addition & 1 deletion scripts/generate-index-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type {
import { ParsedOrgFile, readOrgIndexFiles } from './orgFiles';
import { execSync } from 'child_process';

const nordicOrgs: string[] = ['nrfconnect', 'nordic', 'nordicplayground'];
const nordicOrgs: string[] = ['nrfconnect', 'nordic', 'nordicplayground', 'hello-nrfcloud'];
const partnerOrgs: string[] = ['golioth', 'blecon'];

function notUndefined<T>(value: T | undefined): value is T {
Expand Down

0 comments on commit a6a6eb1

Please sign in to comment.