-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Blecon Device SDK to index (#48)
* Add Blecon as a partner organization * Add Blecon Device SDK v1.2.1 to list of add-ons
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters