USB device stack is not enabled and is not used in this sample, there is no usb_enable(). Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
17 lines
374 B
YAML
17 lines
374 B
YAML
sample:
|
|
description: BSD Sockets API dumb HTTP server example
|
|
name: socket_dumb_http_server
|
|
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
harness: net
|
|
min_ram: 32
|
|
min_flash: 96
|
|
tags:
|
|
- net
|
|
- socket
|
|
platform_exclude: intel_adsp/cavs25
|
|
tests:
|
|
sample.net.sockets.dumb_http_server:
|
|
extra_configs:
|
|
- CONFIG_POSIX_API=y
|