forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: openthread: Remove dependency on
CONFIG_POSIX_API
For CoAP utils, `CONFIG_POSIX_API` is required only for wrapping socket calls not to require `zsock` prefix. POSIX_API brings more features than needed, is still experimental in Zephyr and causes warnings on building. This commit changes net socket calls to use `zsock_` prefix and disables `CONFIG_POSIX_API` for OpenThread. Signed-off-by: Maciej Baczmanski <[email protected]>
- Loading branch information
1 parent
435c9af
commit 3fc6b40
Showing
4 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters