'http_get' is one of the few samples that just require connection to internet (google.com over HTTP or HTTPS) and check if HTTP GET was successful. Use it for minimal coverage of Native Simulator offloaded sockets: * DNS resolving * basic TCP transfer * compatibility with Zephyr TLS subsystem (which required some fcntl() operations) Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
CONFIG_ETH_NATIVE_POSIX=n
|
|
CONFIG_NET_DRIVERS=y
|
|
CONFIG_NET_SOCKETS=y
|
|
CONFIG_NET_SOCKETS_OFFLOAD=y
|
|
CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=1024
|