Skip to content

Commit 86145dc

Browse files
tokangasrlubos
authored andcommitted
samples: cellular: gnss: Add overlay for SUPL
Added a configuration overlay file for building the sample with SUPL assistance support. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
1 parent cddf0a7 commit 86145dc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ Cellular samples
312312

313313
* Added event handling for events from device mode callback.
314314

315+
* :ref:`gnss_sample` sample:
316+
317+
* Added the configuration overlay file :file:`overlay-supl.conf` for building the sample with SUPL assistance support.
318+
315319
Cryptography samples
316320
--------------------
317321

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2023 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# SUPL overlay configuration
8+
9+
# Enable SUPL assistance for GNSS sample
10+
CONFIG_GNSS_SAMPLE_ASSISTANCE_SUPL=y
11+
12+
# SUPL client library requires that the newlib C library is used
13+
CONFIG_NEWLIB_LIBC=y
14+
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y

0 commit comments

Comments
 (0)