zephyr/samples/net/sockets/dumb_http_server/sample.yaml
Johann Fischer baced6d315 sample: dumb_http_server: remove unused netusb configuration
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>
2025-02-10 11:31:25 +01:00

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