From 8afb267eef6f6bdf953cb55884b7afe07a66f609 Mon Sep 17 00:00:00 2001 From: divya pillai Date: Wed, 4 Sep 2024 16:09:51 +0200 Subject: [PATCH] doc: Add nRF9151 comp matrix ref links Add nRF9151 comp matrix ref links Signed-off-by: divya pillai --- .../app_dev/device_guides/nrf91/nrf91_features.rst | 12 ++++++++++-- .../nrf91/thingy91_updating_fw_programmer.rst | 4 ++-- doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst | 6 +++++- .../libraries/bin/lwm2m_carrier/certification.rst | 6 +++++- doc/nrf/libraries/bin/lwm2m_carrier/index.rst | 1 + doc/nrf/libraries/networking/nrf_cloud_coap.rst | 2 +- doc/nrf/links.txt | 5 ++++- 7 files changed, 28 insertions(+), 8 deletions(-) diff --git a/doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst b/doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst index a3cdf5fd150c..34c7c555373b 100644 --- a/doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst +++ b/doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst @@ -93,7 +93,11 @@ A delta patch can only update the modem firmware from one specific version to an If you need to perform a major version update (for example, v1.2.x to v1.3.x), you need an external flash with a minimum size of 4 MB. Different versions of the LTE modem firmware are available, and these versions are certified for the mobile network operators having their own certification programs. -For more information, see the `nRF9161 Mobile network operator certifications`_ or `nRF9160 Mobile network operator certifications`_, depending on the SiP you are using. +For more information, see the following documents, depending on the SiP you are using: + +* `nRF9151 Mobile network operator certifications`_ +* `nRF9161 Mobile network operator certifications`_ +* `nRF9160 Mobile network operator certifications`_ .. note:: @@ -243,7 +247,11 @@ GNSS An nRF91 Series device is a highly versatile device that integrates both cellular and GNSS functionality. Note that GNSS functionality is only available on the SICA variant and not on the SIAA or SIBA variants. -For more information, see `nRF9161 SiP revisions and variants`_ or `nRF9160 SiP revisions and variants`_, depending on the SiP you are using. +For more information, see the following documents, depending on the SiP you are using: + +* `nRF9151 SiP revisions and variants`_ +* `nRF9161 SiP revisions and variants`_ +* `nRF9160 SiP revisions and variants`_ There are many GNSS constellations (GPS, BeiDou, Galileo, GLONASS) available but GPS is the most mature technology. An nRF91 Series device supports both GPS L1 C/A (Coarse/Acquisition) and QZSS L1C/A at 1575.42 MHz. diff --git a/doc/nrf/app_dev/device_guides/nrf91/thingy91_updating_fw_programmer.rst b/doc/nrf/app_dev/device_guides/nrf91/thingy91_updating_fw_programmer.rst index f1885c6320f3..78d9f3c90c20 100644 --- a/doc/nrf/app_dev/device_guides/nrf91/thingy91_updating_fw_programmer.rst +++ b/doc/nrf/app_dev/device_guides/nrf91/thingy91_updating_fw_programmer.rst @@ -7,10 +7,10 @@ Updating the Thingy:91 firmware using Programmer :local: :depth: 2 -You can use the Programmer app from `nRF Connect for Desktop`_ to: +You can use the Programmer app from `nRF Connect for Desktop`_ for the following: * :ref:`Update the Connectivity bridge application firmware in the nRF52840 SoC `. -* :ref:`Update the modem firmware on the nRF9160 SoC `. +* :ref:`Update the modem firmware on the nRF9160 SiP `. * :ref:`Program the application firmware on the nRF9160 SiP `. These operations can be done through USB using MCUboot, or through an external debug probe. diff --git a/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst b/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst index 7f95f5e23f1a..255de3a20cdb 100644 --- a/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst +++ b/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst @@ -12,7 +12,11 @@ All notable changes to this project are documented in this file. Certification status ==================== -For certification status of the released versions, see the `nRF9161 Mobile network operator certifications`_ or `nRF9160 Mobile network operator certifications`_, depending on the SiP you are using. +For certification status of the released versions, see the following documents, depending on the SiP you are using: + +* `nRF9151 Mobile network operator certifications`_ +* `nRF9161 Mobile network operator certifications`_ +* `nRF9160 Mobile network operator certifications`_ liblwm2m_carrier 3.5.1 ********************** diff --git a/doc/nrf/libraries/bin/lwm2m_carrier/certification.rst b/doc/nrf/libraries/bin/lwm2m_carrier/certification.rst index 910d09c159f5..2879513242ca 100644 --- a/doc/nrf/libraries/bin/lwm2m_carrier/certification.rst +++ b/doc/nrf/libraries/bin/lwm2m_carrier/certification.rst @@ -10,7 +10,11 @@ Certification and version dependencies Every released version of the LwM2M carrier library is considered for certification with applicable carriers. The LwM2M carrier library is certified together with specific versions of the modem firmware and the |NCS|. -For a list of all the carrier certifications (including those certifications with no dependency on the LwM2M carrier library), see the `nRF9161 Mobile network operator certifications`_ or `nRF9160 Mobile network operator certifications`_, depending on the SiP you are using. +For a list of all the carrier certifications (including those certifications with no dependency on the LwM2M carrier library), see the following documents, depending on the SiP you are using: + +* `nRF9151 Mobile network operator certifications`_ +* `nRF9161 Mobile network operator certifications`_ +* `nRF9160 Mobile network operator certifications`_ The LwM2M carrier library is used by Nordic during *module certification*. Including the library in your application is one way to fulfill the device management requirements of your carrier. diff --git a/doc/nrf/libraries/bin/lwm2m_carrier/index.rst b/doc/nrf/libraries/bin/lwm2m_carrier/index.rst index 1f066bd41ae3..f1c510e41a55 100644 --- a/doc/nrf/libraries/bin/lwm2m_carrier/index.rst +++ b/doc/nrf/libraries/bin/lwm2m_carrier/index.rst @@ -11,6 +11,7 @@ Several mobile network carriers specify their own LwM2M device management. The LwM2M carrier library facilitates an nRF91 device to connect to the device management servers, regardless of the other actions of the user application. For more information, see the following pages: +* `nRF9151 Mobile network operator certifications`_ * `nRF9161 Mobile network operator certifications`_ * `nRF9160 Mobile network operator certifications`_ * :ref:`lwm2m_certification` diff --git a/doc/nrf/libraries/networking/nrf_cloud_coap.rst b/doc/nrf/libraries/networking/nrf_cloud_coap.rst index 1fc1ea2c6097..98f546cb40c6 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_coap.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_coap.rst @@ -83,7 +83,7 @@ Finally, configure these recommended additional options: * :kconfig:option:`CONFIG_COAP_CLIENT_STACK_SIZE` set to ``6144``. * :kconfig:option:`CONFIG_COAP_CLIENT_THREAD_PRIORITY` set to ``0``. * :kconfig:option:`CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE` set to ``64``. -* :kconfig:option:`CONFIG_NRF_CLOUD_COAP_KEEPOPEN` set to ``y`` when using any of the nRF91x1 Series SoCs. +* :kconfig:option:`CONFIG_NRF_CLOUD_COAP_KEEPOPEN` set to ``y`` when using any of the nRF91x1 Series SiPs. Usage ***** diff --git a/doc/nrf/links.txt b/doc/nrf/links.txt index 0baeda7870dd..0434dd3dee85 100644 --- a/doc/nrf/links.txt +++ b/doc/nrf/links.txt @@ -781,9 +781,11 @@ .. _`nRF9160 Mobile network operator certifications`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9160/page/COMP/nrf9160/nrf9160_operator_certifications.html .. _`nRF9161 Mobile network operator certifications`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9161/page/COMP/nrf9161/nrf9161_operator_certifications.html -.. _`Modem firmware compatibility matrix`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9160/page/COMP/nrf9160/nrf9160_modem_fw.html +.. _`nRF9151 Mobile network operator certifications`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9151/page/COMP/nrf9151/nrf9151_operator_certifications.html +.. _`Modem firmware compatibility matrix`: .. _`Modem firmware compatibility matrix for the nRF9160 DK`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9160/page/COMP/nrf9160/nrf9160_modem_fw.html .. _`Modem firmware compatibility matrix for the nRF9161 DK`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9161/page/COMP/nrf9161/nrf9161_modem_fw.html +.. _`Modem firmware compatibility matrix for the nRF9151 DK`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9151/page/COMP/nrf9151/nrf9151_modem_fw.html .. _`Electrical specification of nRF9160`: https://docs.nordicsemi.com/bundle/ps_nrf9160/page/_tmp/alta.nRF9160/autodita/APPLICATION.CURRENT/parameters.frontpage.html @@ -810,6 +812,7 @@ .. _`nRF9160 SiP revisions and variants`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9160/page/COMP/nrf9160/nrf9160_ic_revision_overview.html .. _`nRF9161 SiP revisions and variants`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9161/page/COMP/nrf9161/nrf9161_ic_revision_overview.html +.. _`nRF9151 SiP revisions and variants`: https://docs.nordicsemi.com/bundle/comp_matrix_nrf9151/page/COMP/nrf9151/nrf9151_ic_revision_overview.html .. _`SWD Select`: https://docs.nordicsemi.com/bundle/ug_thingy91/page/UG/thingy91/hw_description/programming_debugging_interface.html