diff --git a/doc/nrf/device_guides/working_with_nrf/nrf91/nrf91_features.rst b/doc/nrf/device_guides/working_with_nrf/nrf91/nrf91_features.rst index 2452478c5dfc..8e03c5cffb70 100644 --- a/doc/nrf/device_guides/working_with_nrf/nrf91/nrf91_features.rst +++ b/doc/nrf/device_guides/working_with_nrf/nrf91/nrf91_features.rst @@ -285,10 +285,6 @@ Therefore, the performance is not ideal when there are obstructions overhead or Customers who are developing their own hardware with the nRF9160 are strongly recommended to use the `nRF9160 Antenna and RF Interface Guidelines`_ as a reference. See `GPS interface and antenna`_ for more details on GNSS interface and antenna. -.. note:: - - Starting from |NCS| v1.6.0 (Modem library v1.2.0), the GNSS socket is deprecated and replaced with the :ref:`GNSS interface `. - Obtaining a fix =============== diff --git a/doc/nrf/libraries/modem/location.rst b/doc/nrf/libraries/modem/location.rst index a316bcbe7b61..bcbf33c4b230 100644 --- a/doc/nrf/libraries/modem/location.rst +++ b/doc/nrf/libraries/modem/location.rst @@ -32,7 +32,7 @@ The supported location methods are as follows: * GNSS positioning - * Uses :ref:`gnss_interface` for getting the location. + * Uses :ref:`nrf_modem_gnss` for getting the location. * A-GNSS and P-GPS are managed with :ref:`lib_nrf_cloud_agnss` and :ref:`lib_nrf_cloud_pgps`. * The application may also use some other source for the data and use :c:func:`location_agnss_data_process` and :c:func:`location_pgps_data_process` to pass the data to the Location library. * The data format of A-GNSS or P-GPS must be as received from :ref:`lib_nrf_cloud_agnss`. @@ -397,7 +397,7 @@ This library uses the following |NCS| libraries: It uses the following `sdk-nrfxlib`_ library: -* :ref:`nrfxlib:gnss_interface` +* :ref:`nrfxlib:nrf_modem_gnss` It uses the following Zephyr libraries: diff --git a/doc/nrf/libraries/networking/nrf_cloud_agnss.rst b/doc/nrf/libraries/networking/nrf_cloud_agnss.rst index 9aa9fcf35279..f8cc0d3337dd 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_agnss.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_agnss.rst @@ -146,7 +146,7 @@ This library uses the following |NCS| libraries: It uses the following `sdk-nrfxlib`_ library: -* :ref:`nrfxlib:gnss_interface` +* :ref:`nrfxlib:nrf_modem_gnss` API documentation ***************** diff --git a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst index 52d0ef8416c0..29624e7ab262 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst @@ -292,7 +292,7 @@ This library uses the following |NCS| libraries: It uses the following `sdk-nrfxlib`_ library: -* :ref:`nrfxlib:gnss_interface` +* :ref:`nrfxlib:nrf_modem_gnss` It uses the following Zephyr subsystem: diff --git a/west.yml b/west.yml index 6f125558ee3f..4326ea8028ea 100644 --- a/west.yml +++ b/west.yml @@ -23,6 +23,8 @@ manifest: # Third-party repository sources: - name: zephyrproject url-base: https://github.com/zephyrproject-rtos + - name: lemrey + url-base: https://github.com/lemrey - name: throwtheswitch url-base: https://github.com/ThrowTheSwitch - name: armmbed @@ -145,7 +147,7 @@ manifest: repo-path: sdk-nrfxlib path: nrfxlib remote: lemrey - revision: d3770f65cc891e53e4c10f574aaead5b44f3af35 + revision: dectphy - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m