Skip to content

Commit

Permalink
Add Blecon Device SDK to index (#48)
Browse files Browse the repository at this point in the history
* Add Blecon as a partner organization

* Add Blecon Device SDK v1.2.1 to list of add-ons
  • Loading branch information
donatieng authored Nov 6, 2024
1 parent 2ec6a1e commit dcd84fb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions index/blecon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Blecon",
"description": "Blecon IoT Connectivity for Bluetooth SDK",
"apps": [
{
"name": "blecon-device-sdk",
"title": "Blecon Device SDK",
"description": "Enable Blecon Bluetooth to Cloud IoT Connectivity on your device using the Blecon Device SDK. This SDK includes the Blecon modem libraries and samples.",
"kind": "sample",
"license": "Apache License 2.0",
"apps": "examples/zephyr/*",
"releases": [
{
"date": "2024-08-09T14:46:00Z",
"name": "Blecon Device SDK v1.2.1",
"tag": "v1.2.1",
"sdk": "v2.7.0"
}
],
"tags": [
"blecon",
"bluetooth",
"ble",
"connectivity"
]
}
]
}
2 changes: 1 addition & 1 deletion scripts/generate-index-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ParsedOrgFile, readOrgIndexFiles } from './orgFiles';
import { execSync } from 'child_process';

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

function notUndefined<T>(value: T | undefined): value is T {
return value !== undefined;
Expand Down

0 comments on commit dcd84fb

Please sign in to comment.