You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.1.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ This section describes the changes related to libraries.
68
68
69
69
* The ``CONFIG_PSA_USE_CRACEN_ASYMMETRIC_DRIVER`` Kconfig option has been replaced by :kconfig:option:`CONFIG_PSA_USE_CRACEN_ASYMMETRIC_ENCRYPTION_DRIVER`.
70
70
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.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -742,6 +742,11 @@ Other libraries
742
742
743
743
* 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.
744
744
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.
0 commit comments