index: Add nrfcloud quickstart bluetooth v1.1.0 - #133
Conversation
| "description": "The peripheral_lbs button/LED-over-BLE sample plus Memfault observability (heartbeat metrics and coredumps) delivered over the Memfault Diagnostic Service BLE gateway path, for the nRF Connect for Desktop Quick Start guide. Targets the nRF54L15 DK only.", | ||
| "kind": "sample", | ||
| "tags": ["bluetooth", "ble", "connectivity"], | ||
| "apps": "project/app", |
There was a problem hiding this comment.
Also others have app and not project/app ... not sure why to be honest it is unclear to me which is the correct value
There was a problem hiding this comment.
It's from how this project is configured, I don't know why the original author set it up that way-
https://github.com/nrfconnect/quickstart-bluetooth/blob/main/west.yml#L23
nested under project/app 🤷
There was a problem hiding this comment.
So is assent tracker but it is still app
There was a problem hiding this comment.
from what i can tell, this is just informative today- i think the asset tracker one is possibly mismatched, but i don't know 🤷 maybe a maintainer can comment, @thst-nordic ?
There was a problem hiding this comment.
"apps" is passed to vscode extension presumably so it can search the folder for apps to list as buildable.
I found out vscode isn't using it. so we will do a cleanup round on all projects when they start using it.
no changes needed.
|
@jangalda-nsc this is ready for you 🙏 |
|
@noahp do we want to update this PR to v1.1.0? |
Yep, might as well 😄 |
|
i'll check on project/app. |
| "description": "The peripheral_lbs button/LED-over-BLE sample plus Memfault observability (heartbeat metrics and coredumps) delivered over the Memfault Diagnostic Service BLE gateway path, for the nRF Connect for Desktop Quick Start guide. Targets the nRF54L15 DK only.", | ||
| "kind": "sample", | ||
| "tags": ["bluetooth", "ble", "connectivity"], | ||
| "apps": "project/app", |
There was a problem hiding this comment.
"apps" is passed to vscode extension presumably so it can search the folder for apps to list as buildable.
I found out vscode isn't using it. so we will do a cleanup round on all projects when they start using it.
no changes needed.
d19fbd5 to
d4ed6fb
Compare
No description provided.