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>
19 lines
361 B
YAML
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: {}
|