Skip to content

Commit 49b5f80

Browse files
markaj-nordicrlubos
authored andcommitted
[nrf noup] [nrfconnect] Use newlib as a default libc implementation.
The PICOLIB is now used by the default. NEWLIB_LIBC symbol is no longer selected by hostap. OpenThread selects NEWLIB_LIBC anyway. Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent b2fd77d commit 49b5f80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ if CHIP
2424
# System configuration
2525
# ==============================================================================
2626

27+
choice LIBC_IMPLEMENTATION
28+
default NEWLIB_LIBC
29+
endchoice
30+
2731
config ASSERT
2832
default y
2933

0 commit comments

Comments
 (0)