zephyr/samples
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
..
application_development native: removed redundant compiler args MMD & MP 2019-09-17 11:27:19 +02:00
basic samples: fix signed overflow in blinky example 2019-09-19 09:31:41 -05:00
bluetooth settings: Generic function to call set handler 2019-09-24 14:15:38 +02:00
boards soc: nordic: Include <nrfx.h> instead of <nrf.h> from <soc.h> 2019-09-24 16:20:16 +02:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display samples: ili9340: add adafruit_2_8_tft_touch_v2 to samples test 2019-09-25 02:35:49 -07:00
drivers drivers: watchdog: Trivial style cleanup 2019-09-24 11:40:53 -07:00
gui samples: lvgl: update README.rst 2019-09-25 02:35:49 -07:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net modules: Kconfig.simplelink: Remove POSIX_API, use fine-grained opts 2019-09-25 20:56:29 -07:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
portability arch/x86: tests/cmsis: disable some CMSIS tests in 64-bit mode 2019-09-15 11:33:47 +08:00
sensor samples: amg88xx: update README.rst 2019-09-17 06:27:21 -05:00
shields dts/bindings: sensors: remove '-magn' extension from lis2mdl name 2019-09-12 07:58:34 -05:00
subsys samples: ipc: openamp: Add testing harness 2019-09-18 20:20:07 -04:00
synchronization arch/x86: disable inapplicable tests for Intel64 2019-09-15 11:33:47 +08:00
testing/integration
userspace tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
xtensa_asm2 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
classic.rst
index.rst