Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add semtech to app index #45

Merged
merged 5 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions index/dudmuck.json
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file be named "semtech.json"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @wbober mentioned, this file should be named "semtech.json".

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Semtech",
"description": "LoRa transceiver",
"avatar": "https://github.com/Lora-net/SWSD006/blob/v2.6.1/lora.png?raw=true",
"apps": [
{
"repo": "https://github.com/Lora-net/SWSD006",
"description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications",
"name": "SWSD006",
"title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)",
"defaultBranch": "v2.6.1",
"isTemplate": false,
"kind": "sample",
"lastUpdate": "2024-08-08T12:48:20Z",
"license": "Apache License 2.0",
"watchers": 1,
"stars": 1,
"forks": 0,
"apps": "samples/*",
"releases": [
{
"date": "2024-08-08T14:30:49Z",
"name": "v2.6.1",
"tag": "v2.6.1"
}
dudmuck marked this conversation as resolved.
Show resolved Hide resolved
],
"tags": [
"sidewalk",
"lora-basics-modem",
"CSS",
"FSK"
],
"compatibleNcs": [
"v2.6.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each release specifies sdk version it's compatible with. Please have a look at the suggestion I've put in another comment.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done and updated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"comparibleNcs" is unnecessary at this point. Would you mind removing it, please?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

]
}
]
}