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

add semtech to app index #45

merged 5 commits into from
Sep 2, 2024

Conversation

dudmuck
Copy link
Contributor

@dudmuck dudmuck commented Aug 16, 2024

please add semtech project SWSD006 to ncs app index

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".

wbober
wbober previously approved these changes Aug 27, 2024
"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.

index/dudmuck.json Outdated Show resolved Hide resolved
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".

Co-authored-by: Filip Zajdel <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi, please:

  • update filename to Lora-net.json - the filename is then used to fetch the information from the repository to build the index, such as github.com/{organization-name}/{app-name}
  • modify the file as suggested below - the index file has to conform to this schema
Suggested change
{
"name": "Semtech",
"description": "LoRa transceiver",
"apps": [
{
"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)",
"kind": "sample",
"license": "Apache License 2.0",
"apps": "samples/*",
"releases": [
{
"date": "2024-08-08T14:30:49Z",
"name": "v2.6.1",
"tag": "v2.6.1",
"sdk": "v2.6.1"
}
],
"tags": [
"sidewalk",
"lora-basics-modem",
"CSS",
"FSK"
]
}
]
}

Choose a reason for hiding this comment

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

@dudmuck please incorporate this suggestion.

@FilipZajdel FilipZajdel added this pull request to the merge queue Sep 2, 2024
Merged via the queue into nrfconnect:main with commit 3ca41b2 Sep 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants