From 5850889858d2c547fda420fc5bbac6163bee6cc8 Mon Sep 17 00:00:00 2001 From: Marcin Kajor Date: Mon, 11 Mar 2024 12:02:44 +0100 Subject: [PATCH] [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 --- config/nrfconnect/chip-module/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig b/config/nrfconnect/chip-module/Kconfig index ba726adab2..d8265ba415 100644 --- a/config/nrfconnect/chip-module/Kconfig +++ b/config/nrfconnect/chip-module/Kconfig @@ -22,6 +22,10 @@ config CHIP if CHIP +choice LIBC_IMPLEMENTATION + default NEWLIB_LIBC +endchoice + config CHIP_NRF_PLATFORM bool default y