19 lines
483 B
YAML
19 lines
483 B
YAML
sample:
|
|
description: BSD Sockets big HTTP download example
|
|
name: big_http_download
|
|
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
harness: net
|
|
min_ram: 32
|
|
min_flash: 128
|
|
tags: net socket
|
|
tests:
|
|
sample.net.sockets.big_http_download:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
|
sample.net.sockets.big_http_download.posix:
|
|
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
|
- CONFIG_POSIX_API=y
|