Skip to content

Commit 14ee006

Browse files
committed
samples: remove nrf_cloud_coap_fota sample
The nRF Cloud CoAP FOTA sample is being removed in favor of the Memfault SDK's nRF91 sample app which includes suppot for FOTA via HTTP and CoAP. Jira: CLOUDMCU-219 Signed-off-by: Gillian Minnehan <gillian.minnehan@nordicsemi.no> Jira: CLOUDMCU-219
1 parent d3172ae commit 14ee006

26 files changed

Lines changed: 7 additions & 1302 deletions

doc/nrf/external_comp/nrf_cloud.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ The following sample demonstrates nRF Cloud-specific functionality using CoAP:
200200

201201
* :ref:`nrf_cloud_coap_device_message`
202202
* :ref:`nrf_cloud_coap_cell_location`
203-
* :ref:`nrf_cloud_coap_fota_sample`
204203

205204
The following sample demonstrates nRF Cloud-specific functionality using MQTT:
206205

doc/nrf/links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
.. _`Memfault firmware SDK`: https://github.com/memfault/memfault-firmware-sdk
252252
.. _`Memfault firmware SDK changelog`: https://github.com/memfault/memfault-firmware-sdk/blob/master/CHANGELOG.md
253253
.. _`Memfault WebBluetooth Client source code`: https://github.com/memfault/web-ble-example/blob/main/mds.js
254-
254+
.. _`Memfault firmware SDK nRF91 series sample app`: https://github.com/memfault/memfault-firmware-sdk/tree/master/examples/nrf-connect-sdk/nrf9160/memfault_demo_app
255255

256256
.. _`Zephyr hostap fork`: https://github.com/zephyrproject-rtos/hostap
257257

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0-preview1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Cellular samples
354354
* Added:
355355

356356
* The :ref:`nrf_cloud_coap_cell_location` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for nRF Cloud's cellular location service.
357-
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
357+
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
358358
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
359359

360360
* Cellular: nRF Cloud REST cellular location sample:

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0-preview2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Cellular samples
394394
* Added:
395395

396396
* The :ref:`nrf_cloud_coap_cell_location` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for nRF Cloud's cellular location service.
397-
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
397+
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
398398
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
399399

400400
* Cellular: nRF Cloud REST cellular location sample:

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0-preview3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Cellular samples
436436
* Added:
437437

438438
* The :ref:`nrf_cloud_coap_cell_location` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for nRF Cloud's cellular location service.
439-
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
439+
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
440440
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
441441
* The :ref:`nrf_cloud_mqtt_device_message` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for device messages.
442442

doc/nrf/releases_and_maturity/releases/release-notes-3.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Cellular samples
765765
* Added:
766766

767767
* The :ref:`nrf_cloud_coap_cell_location` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for nRF Cloud's cellular location service.
768-
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
768+
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
769769
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
770770
* The :ref:`nrf_cloud_mqtt_device_message` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for device messages.
771771
* The :ref:`nrf_cloud_mqtt_fota` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for FOTA updates.

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ Cellular samples
381381

382382
* Updated to use the :ref:`lib_nrf_cloud_coap` library instead of the removed nRF Cloud REST library.
383383

384+
* Removed the Cellular: nRF Cloud CoAP FOTA sample in favor of the `Memfault firmware SDK nRF91 series sample app`_, which supports FOTA over HTTP and CoAP.
385+
384386
Cryptography samples
385387
--------------------
386388

samples/cellular/nrf_cloud_coap_fota/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/cellular/nrf_cloud_coap_fota/Kconfig

Lines changed: 0 additions & 29 deletions
This file was deleted.

samples/cellular/nrf_cloud_coap_fota/README.rst

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)