1sample: 2 description: BSD Sockets API multithreaded dumb HTTP server example 3 name: socket_dumb_http_server_mt 4common: 5 harness: net 6 depends_on: netif 7 min_ram: 128 8 min_flash: 128 9 tags: 10 - net 11 - socket 12 - http 13 # native_posix does not work with CONFIG_POSIX_API 14 platform_exclude: 15 - native_posix 16 - native_posix/native/64 17tests: 18 sample.net.sockets.dumb_http_server_mt: 19 extra_configs: 20 - CONFIG_POSIX_API=y 21 platform_exclude: esp32s2_saola 22