Skip to content

Commit c04be26

Browse files
tokangasrlubos
authored andcommitted
lib: supl: Remove dependency to newlib
Removed dependency to newlib. v0.8.0 of the nRF91 Series SUPL client library is required with picolibc. Jira: NCSDK-33479 Signed-off-by: Tommi Kangas <[email protected]>
1 parent d5a33fe commit c04be26

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

doc/nrf/releases_and_maturity/migration/migration_guide_3.1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ This section describes the changes related to libraries.
6868

6969
* The ``CONFIG_PSA_USE_CRACEN_ASYMMETRIC_DRIVER`` Kconfig option has been replaced by :kconfig:option:`CONFIG_PSA_USE_CRACEN_ASYMMETRIC_ENCRYPTION_DRIVER`.
7070

71+
* :ref:`supl_client` library:
72+
73+
* The SUPL client OS integration library dependency on the newlib C library has been removed.
74+
To use SUPL with picolibc, v0.8.0 or later of the nRF91 Series SUPL client library is required.
7175

7276
.. _migration_3.1_recommended:
7377

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,11 @@ Other libraries
742742

743743
* Updated the write handler of the accessory non-owner service (ANOS) GATT characteristic to no longer assert on write operations if the DULT was not enabled at least once.
744744

745+
* :ref:`supl_client` library:
746+
747+
* Updated the SUPL client OS integration library to remove the dependency on the newlib C library.
748+
To use SUPL with picolibc, v0.8.0 or later of the nRF91 Series SUPL client library is required.
749+
745750
Shell libraries
746751
---------------
747752

lib/supl/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66

77
config SUPL_CLIENT_LIB
88
bool "SUPL Client library"
9-
depends on NEWLIB_LIBC
109
help
1110
A library for accessing A-GNSS data using the SUPL protocol.

samples/cellular/gnss/overlay-supl.conf

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

samples/cellular/modem_shell/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ CONFIG_DATE_TIME=y
126126
CONFIG_NRF_CLOUD=y
127127
CONFIG_NRF_CLOUD_AGNSS=y
128128

129-
# SUPL A-GNSS support, needs the nRF9160 SiP SUPL client library from nRF9160 DK product page
129+
# SUPL A-GNSS support, needs the nRF91 Series SUPL client library from nRF9160 DK product page
130130
#CONFIG_SUPL_CLIENT_LIB=y
131131

132132
# Library for buttons and LEDs

0 commit comments

Comments
 (0)