zephyr/samples/net/sockets
Vincent Wan 17d0d8e1b3 modules: Kconfig.simplelink: Remove POSIX_API, use fine-grained opts
PR #18780 introduces a way to decouple pthread support from the general
CONFIG_POSIX_API global switch. This commit modifies the build of
SimpleLink components to take advantage of it, since SimpleLink
libraries only require pthread, sem, clock, and sleep support, not
entire POSIX API.

This fixes the build errors in the http_get sample introduced
by the merge of #18736. As such, this patch also removes
cc3220sf_launchxl exclude from sample.yaml of that sample.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-09-25 20:56:29 -07:00
..
big_http_download samples: sockets: Fix syntax of combined "filter" clauses in sample.yaml 2019-09-19 00:29:41 -04:00
can net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
civetweb samples: net: civetweb: Ignore return values 2019-08-27 17:47:27 +02:00
coap_client samples: net: coap_client: Fix coverity issue 2019-09-10 22:17:54 +03:00
coap_server cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
dumb_http_server samples: sockets: Fix syntax of combined "filter" clauses in sample.yaml 2019-09-19 00:29:41 -04:00
echo samples: net: Adding board config files for CC3235SF 2019-09-10 10:22:30 +03:00
echo_async samples: sockets: Fix syntax of combined "filter" clauses in sample.yaml 2019-09-19 00:29:41 -04:00
echo_async_select samples: net: sockets: Allow to build and test with POSIX subsys 2019-08-30 07:37:18 +02:00
echo_client samples: net: Add mbedTLS tweaks in overlay-ot.conf 2019-09-17 20:07:58 +08:00
echo_server samples: net: Add mbedTLS tweaks in overlay-ot.conf 2019-09-17 20:07:58 +08:00
http_get modules: Kconfig.simplelink: Remove POSIX_API, use fine-grained opts 2019-09-25 20:56:29 -07:00
net_mgmt tests/net/: samples/net/: add a few 'userspace' tags 2019-07-15 09:05:10 -04:00
packet samples: net: Moved declaration of packet_data 2019-09-17 11:27:19 +02:00
sntp_client samples: sockets: sntp_client: Build for both native Zephyr and POSIX 2019-09-12 17:30:29 +03:00