Skip to content

Commit 4ec5a4f

Browse files
tokangasrlubos
authored andcommitted
samples: cellular: location: Use default libc implementation
Use of newlibc is no longer needed, so use the default libc implementation (picolibc) instead. Signed-off-by: Tommi Kangas <[email protected]>
1 parent 9c55695 commit 4ec5a4f

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

samples/cellular/location/boards/thingy91x_nrf9151_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ CONFIG_WIFI_NRF70_SKIP_LOCAL_ADMIN_MAC=y
2323
# Also see comments for CONFIG_HEAP_MEM_POOL_SIZE.
2424
CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT=20
2525

26-
# System settings
27-
CONFIG_NEWLIB_LIBC=y
28-
2926
# Scan only using offload API
3027
CONFIG_WIFI_NM_WPA_SUPPLICANT=n
3128

samples/cellular/location/overlay-nrf700x-wifi-scan-only.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ CONFIG_NRF_WIFI_CTRL_HEAP_SIZE=10240
2929
CONFIG_HEAP_MEM_POOL_SIZE=12288
3030
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
3131

32-
# System settings
33-
CONFIG_NEWLIB_LIBC=y
34-
3532
# Scan only using offload API
3633
CONFIG_WIFI_NM_WPA_SUPPLICANT=n
3734

samples/cellular/location/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
# General config
88
CONFIG_FPU=y
9-
CONFIG_NEWLIB_LIBC=y
10-
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
119
CONFIG_NRF_MODEM_LIB=y
1210

1311
# Heap and stacks

0 commit comments

Comments
 (0)