From 28af4bfb589fe30ac14cc3ebf626fa7921827308 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 16 Jun 2020 13:38:52 +0300 Subject: [PATCH] samples: posix: eventfd: Use full, not nano, Newlib. printf() in this sample uses formatting codes not supported by Newlib Nano. Signed-off-by: Paul Sokolovsky --- samples/posix/eventfd/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/posix/eventfd/prj.conf b/samples/posix/eventfd/prj.conf index af6bfd12d86..ab7c7475bef 100644 --- a/samples/posix/eventfd/prj.conf +++ b/samples/posix/eventfd/prj.conf @@ -1,5 +1,6 @@ # General config CONFIG_NEWLIB_LIBC=y +CONFIG_NEWLIB_LIBC_NANO=n CONFIG_POSIX_API=y CONFIG_EVENTFD=y