Skip to content

Commit

Permalink
manifest: update sdk-nrfxlib
Browse files Browse the repository at this point in the history
Update nrfxlib.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
  • Loading branch information
lemrey committed Apr 30, 2024
1 parent c785a42 commit 17f73a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gnss_interface>`.

Obtaining a fix
===============

Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/libraries/modem/location.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/libraries/networking/nrf_cloud_agnss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************
Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/libraries/networking/nrf_cloud_pgps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 3 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -145,7 +147,7 @@ manifest:
repo-path: sdk-nrfxlib
path: nrfxlib
remote: lemrey
revision: 87a2677cf68b8866445b1bce1537442996073771
revision: 442ed3c93c9cec975f37a75fa967592f48b29026
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down

0 comments on commit 17f73a1

Please sign in to comment.