Remove ESP32 and ESP32S2 from not working samples and tests. Reason for not working is not enough memory space in RAM to execute it. This can be worked out as next steps. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
14 lines
337 B
YAML
14 lines
337 B
YAML
sample:
|
|
description: BSD Sockets API multithreaded dumb HTTP server example
|
|
name: socket_dumb_http_server_mt
|
|
common:
|
|
harness: net
|
|
min_ram: 128
|
|
min_flash: 128
|
|
tags: net socket http
|
|
tests:
|
|
sample.net.sockets.dumb_http_server_mt:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
|
platform_exclude: esp32s2_saola
|