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>
19 lines
380 B
YAML
19 lines
380 B
YAML
common:
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- socket
|
|
- udp
|
|
min_ram: 21
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
tests:
|
|
net.socket.udp:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.socket.udp.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|
|
net.socket.udp.ipv6_fragment:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV6_FRAGMENT=y
|