tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC
Instead of forcing use of NEWLIB_LIBC, select any available complete C library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF where needed. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
be4b76fea2
commit
565c9376f1
63 changed files with 167 additions and 172 deletions
|
@ -1,6 +1,6 @@
|
|||
# This file content is just a copy of the echo client overlay-ot.conf
|
||||
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_REQUIRES_FULL_LIBC=y
|
||||
|
||||
# Disable TCP and IPv4 (TCP disabled to avoid heavy traffic)
|
||||
CONFIG_NET_TCP=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue