Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/nrf/external_comp/nrf_cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ The following sample demonstrates nRF Cloud-specific functionality using CoAP:

* :ref:`nrf_cloud_coap_device_message`
* :ref:`nrf_cloud_coap_cell_location`
* :ref:`nrf_cloud_coap_fota_sample`

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

Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
.. _`Memfault firmware SDK`: https://github.com/memfault/memfault-firmware-sdk
.. _`Memfault firmware SDK changelog`: https://github.com/memfault/memfault-firmware-sdk/blob/master/CHANGELOG.md
.. _`Memfault WebBluetooth Client source code`: https://github.com/memfault/web-ble-example/blob/main/mds.js

.. _`Memfault firmware SDK nRF91 series sample app`: https://github.com/memfault/memfault-firmware-sdk/tree/master/examples/nrf-connect-sdk/nrf9160/memfault_demo_app

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Cellular samples
* Added:

* 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.
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.

* Cellular: nRF Cloud REST cellular location sample:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Cellular samples
* Added:

* 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.
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.

* Cellular: nRF Cloud REST cellular location sample:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Cellular samples
* Added:

* 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.
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
* The :ref:`nrf_cloud_mqtt_device_message` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for device messages.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ Cellular samples
* Added:

* 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.
* The :ref:`nrf_cloud_coap_fota_sample` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the `nRF Cloud CoAP API`_ for FOTA updates.
* The :ref:`nrf_cloud_coap_device_message` sample to demonstrate how to use the `nRF Cloud CoAP API`_ for device messages.
* The :ref:`nrf_cloud_mqtt_device_message` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for device messages.
* The :ref:`nrf_cloud_mqtt_fota` sample to demonstrate how to use the `nRF Cloud MQTT API`_ for FOTA updates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ Cellular samples

* All nRF Cloud REST samples as the nRF Cloud REST library has been removed.
* Usage of nRF Cloud logging in samples as the feature is being sunset.
* 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.

* :ref:`gnss_sample` sample:

Expand Down
18 changes: 0 additions & 18 deletions samples/cellular/nrf_cloud_coap_fota/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions samples/cellular/nrf_cloud_coap_fota/Kconfig

This file was deleted.

213 changes: 0 additions & 213 deletions samples/cellular/nrf_cloud_coap_fota/README.rst

This file was deleted.

5 changes: 0 additions & 5 deletions samples/cellular/nrf_cloud_coap_fota/VERSION

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading