-
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
net: lib: nrf_cloud_fota: enable SMP FOTA #17489
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d4c25b107582fa83d734ee72242767bbcda20fd9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (21)
Outputs:ToolchainVersion: 9583beca34 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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. |
LGTM |
6b294a1
to
bcbf349
Compare
dd0c81c
to
17dfb50
Compare
a203be6
to
6f85b13
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
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.
minor nit.
Use CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL instead of CONFIG_NRF_CLOUD_LOG_LEVEL for logging in the nrf_cloud_fota_common.c file. Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
Enable SMP FOTA type for MQTT-based FOTA. IRIS-9480 IRIS-9482 Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
Improve Kconfig menu display and navigation. Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
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.
Docs is good.
Enable SMP FOTA type for MQTT-based FOTA.
IRIS-9480
IRIS-9482