File tree 2 files changed +18
-0
lines changed
doc/nrf/releases_and_maturity/releases
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,10 @@ Cellular samples
312
312
313
313
* Added event handling for events from device mode callback.
314
314
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
+
315
319
Cryptography samples
316
320
--------------------
317
321
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments