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

net: lib: nrf_cloud: add ability to auto send fota and ui svc info #13430

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

jayteemo
Copy link
Contributor

Cleaned up and renamed control_channel_topic_match() to
nrf_cloud_cc_rx_topic_decode(). Function is only used to
check if the received topic is a control channel topic.
IRIS-7258

Created Kconfig menu to hold the configurations for sending
info sections to the shadow on intial connection.
Added Kconfig options NRF_CLOUD_SEND_SERVICE_INFO_FOTA and
NRF_CLOUD_SEND_SERVICE_INFO_UI. The UI config has options
for each nRF Cloud UI card.
Updated the multi service sample to use these new config options.
IRIS-6851

@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Dec 13, 2023
@jayteemo jayteemo changed the title Iris 6851 net: lib: nrf_cloud: add ability to auto send fota and ui svc info Dec 13, 2023
@jayteemo jayteemo force-pushed the IRIS-6851 branch 2 times, most recently from 439ee8b to 31f4458 Compare December 13, 2023 22:27
@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 13, 2023

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-fw-nrfconnect-nrf-iot_cloud X
test-fw-nrfconnect-nrf-iot_mosh X
test-fw-nrfconnect-nrf-iot_positioning X
test-fw-nrfconnect-nrf-iot_serial_lte_modem X
test-fw-nrfconnect-nrf-iot_thingy91 X

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@jayteemo jayteemo force-pushed the IRIS-6851 branch 3 times, most recently from 6453e3b to 3ad065f Compare December 19, 2023 00:38
Cleaned up and renamed control_channel_topic_match() to
nrf_cloud_cc_rx_topic_decode(). Function is only used to
check if the received topic is a control channel topic.
IRIS-7258

Signed-off-by: Justin Morton <[email protected]>
Add symbols that indicate if certain logging features are enabled
and if FOTA features are supported.
Use the new symbols in existing enable-checking functions.

Signed-off-by: Justin Morton <[email protected]>
Created Kconfig menu to hold the configurations for sending
info sections to the shadow on intial connection.
Added Kconfig options NRF_CLOUD_SEND_SERVICE_INFO_FOTA and
NRF_CLOUD_SEND_SERVICE_INFO_UI. The UI config has options
for each nRF Cloud UI card.
IRIS-6851

Signed-off-by: Justin Morton <[email protected]>
The sample now enables the Kconfig options:
CONFIG_NRF_CLOUD_SEND_SERVICE_INFO_FOTA
CONFIG_NRF_CLOUD_SEND_SERVICE_INFO_UI
It no longer sends a device status update on initial connection;
this is now handled by the nrf_cloud library.
IRIS-6851

Signed-off-by: Justin Morton <[email protected]>
@rlubos rlubos merged commit 5017920 into nrfconnect:main Dec 21, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants