Skip to content

Conversation

@vanti
Copy link
Contributor

@vanti vanti commented Aug 30, 2019

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 (and sem) support, not entire POSIX.

This fixes the build errors in the http_get sample introduced
by the merge of #18736.

Signed-off-by: Vincent Wan [email protected]

PR zephyrproject-rtos#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 (and sem) support, not entire POSIX.

This fixes the build errors in the http_get sample introduced
by the merge of zephyrproject-rtos#18736.

Signed-off-by: Vincent Wan <[email protected]>
@vanti vanti requested a review from nashif as a code owner August 30, 2019 21:11
@vanti vanti requested a review from pfalcon August 30, 2019 21:11
@vanti
Copy link
Contributor Author

vanti commented Aug 30, 2019

Note that this PR is contingent on #18780 having been merged first, and should not be merged on its own.

@vanti
Copy link
Contributor Author

vanti commented Sep 3, 2019

Closing this as the change has been grouped into #18780.

@vanti vanti closed this Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant