Skip to content

Commit a9197c9

Browse files
anangljfischer-no
authored andcommitted
[nrf noup] samples&tests: Restore a few CONFIG_NEWLIB_LIBC_NANO=n
This is a follow-up to commit 9dd570f. Since in NCS, unlike in vanilla Zephyr, the nano variant of newlib is the default one, restore entries that disable the nano variant in one sample and one test that require the full newlib variant. This patch is supposed to be removed when picolibc becomes the default. Signed-off-by: Andrzej Głąbek <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 275c2a7)
1 parent a1f4a61 commit a9197c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_NEWLIB_LIBC=y
3+
CONFIG_NEWLIB_LIBC_NANO=n
34
CONFIG_NEWLIB_LIBC_HEAP_LISTENER=y

0 commit comments

Comments
 (0)