zephyr/samples/net
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
..
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
dns_resolve samples: net: dns: Do mDNS query always if mDNS is enabled 2019-08-29 19:47:07 +02:00
eth_native_posix tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
google_iot_mqtt cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
gptp samples: add board customization for native_posix_64 2019-07-17 15:29:42 -07:00
ipv4_autoconf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lldp tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lwm2m_client samples: net: lwm2m: bootstrap support changes: 2019-08-24 11:04:25 +02:00
mdns_responder license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mqtt_publisher samples: net: Adding board config files for CC3235SF 2019-09-10 10:22:30 +03:00
nats dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
promiscuous_mode license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sockets modules: Kconfig.simplelink: Remove POSIX_API, use fine-grained opts 2019-09-25 20:56:29 -07:00
stats license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
syslog_net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
telnet license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
updatehub samples: Corrected typos in updatehub sample 2019-08-15 23:11:53 +02:00
vlan license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
wifi samples: net: Adding board config files for CC3235SF 2019-09-10 10:22:30 +03:00
wpan_serial boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpanusb boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
zperf sample: zperf: enable test for the shield link board ETH 2019-09-12 11:30:19 +03:00
net.rst