-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: Fix printing welcome message example->sample #19889
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 71935d90ca61df2502090bf99c4d02af4ea0d314 more detailssdk-nrf:
Github labels
List of changed files detected by CI (50)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HIDS samples looking good. Could you also align our two Fast Pair samples?
nrf/samples/bluetooth/fast_pair/input_device/src/main.c
nrf/samples/bluetooth/fast_pair/locator_tag/src/main.c
7fafdac
to
08b02a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we also update the documentation? e.g. for peripheral_uart sample.
Good point, I'll update the docs too. |
08b02a5
to
d07dce9
Compare
Updated documentation as @maje-emb suggests. |
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
@@ -247,7 +247,7 @@ After programming the sample to your development kit, complete the following ste | |||
#. Reset the kit. | |||
#. Observe that **LED 0** is blinking and the device is advertising under the default name **Nordic_UART_Service**. | |||
You can configure this name using the :kconfig:option:`CONFIG_BT_DEVICE_NAME` Kconfig option. | |||
#. Observe that the text "Starting Nordic UART service example" is printed on the COM listener running on the computer. | |||
#. Observe that the text "Starting Nordic UART service sample" is printed on the COM listener running on the computer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/rpc_host/README.html#testing,
Shouldn't the Testing section of the rpc_host sample also updated with "sample" instead of example.
After programming the example build to your ........
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I missed that even though I run a search to Bluetooth samples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this also needs update!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
d07dce9
to
822fd13
Compare
Align code and documentation with the NCS naming. Ref. NCSDK-30029 Signed-off-by: Michał Grochala <[email protected]>
822fd13
to
71935d9
Compare
@nrfconnect/ncs-dragoon @nrfconnect/ncs-dragoon-doc Ping, please review. |
Align with the NCS naming.
test_ble_samples: fix_naming_sample