Add the supported features section to serpente.yaml and overlay files to the corresponding tests and samples. Signed-off-by: Alexander Falb <fal3xx@gmail.com>
11 lines
191 B
YAML
11 lines
191 B
YAML
common:
|
|
tags: net http http_client
|
|
min_ram: 32
|
|
depends_on: netif
|
|
sample:
|
|
description: HTTP client sample
|
|
name: http_client
|
|
tests:
|
|
sample.net.sockets.http_client:
|
|
harness: net
|