zephyr/samples/net/sockets/http_server/sample.yaml
Valerio Setti 7c4abb1eb9 samples: sockets: exclude nrf5340dk with TF-M from http_server
When the sample is built for this platform a build error is generated
due to ROM being overflowed.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-12-12 00:15:39 +00:00

19 lines
361 B
YAML

sample:
description: HTTP Server Sample
name: http_server_sample
common:
harness: net
depends_on: netif
min_ram: 192
tags:
- http
- net
- server
- socket
platform_exclude:
- native_posix
- native_posix/native/64
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
tests:
sample.net.sockets.http.server: {}