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>
12 lines
191 B
YAML
12 lines
191 B
YAML
common:
|
|
depends_on: netif
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
tests:
|
|
net.socket.get_addr_info:
|
|
min_ram: 21
|
|
tags:
|
|
- net
|
|
- socket
|
|
- getaddrinfo
|
|
- userspace
|