Skip to content

Commit

Permalink
[nrf noup] [nrfconnect] Use newlib as a default libc implementation.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
markaj-nordic committed Mar 11, 2024
1 parent b9a39ba commit 5850889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ config CHIP

if CHIP

choice LIBC_IMPLEMENTATION
default NEWLIB_LIBC
endchoice

config CHIP_NRF_PLATFORM
bool
default y
Expand Down

0 comments on commit 5850889

Please sign in to comment.