net: openthread: Use newlib in samples
OpenThread throws a warning when minimal libc is used, as some of its new files use stdlib functions not available in the minimal implementation. It's not critical failure, as those new functions are not linked anyway in default configuration, but the warnings do not look well. Therefore, use newlib by default in the sample to prevent warnings. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
3fa97df43c
commit
fc7b142961
@ -13,6 +13,7 @@ CONFIG_NET_IPV6_NBR_CACHE=n
|
||||
CONFIG_NET_IPV6_MLD=n
|
||||
|
||||
# Kernel options
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_MAIN_STACK_SIZE=4096
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_CPLUSPLUS=y
|
||||
|
||||
CONFIG_BT=n
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_CPLUSPLUS=y
|
||||
|
||||
CONFIG_BT=n
|
||||
|
||||
Loading…
Reference in New Issue
Block a user