Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zephyr 01-03-2024 upmerge fixes #402

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

markaj-nordic
Copy link
Contributor

@markaj-nordic markaj-nordic commented Mar 7, 2024

Fixes:

  • The recvmsg() is now implemented natively in Zephyr, so we are not supposed to define a custom one.
  • D_SYS__PTHREADTYPES_H_ should not be forced (otherwise pthread definitions are not pulled in)
  • NEWLIB_LIBC must be selected implicitly (it's no longer selected by wpa_supplicant)

The recvmsg() is now implemented natively in Zephyr,
so we are not supposed to define a custom one.

Signed-off-by: Marcin Kajor <[email protected]>
... from the gnu17 configuration to avoid missing
pthread types definitions (_pthreadtypes.h).

This tricked the preprocessor the header was already
included, hence we didn't get its content.

Signed-off-by: Marcin Kajor <[email protected]>
@markaj-nordic markaj-nordic force-pushed the zephyr-upmerge-01-03-2024 branch from 5850889 to b11f153 Compare March 21, 2024 10:32
The PICOLIB is now used by the default.
NEWLIB_LIBC symbol is no longer selected by hostap.
OpenThread selects NEWLIB_LIBC anyway.

Signed-off-by: Marcin Kajor <[email protected]>
@markaj-nordic markaj-nordic force-pushed the zephyr-upmerge-01-03-2024 branch from b11f153 to 7527edb Compare March 21, 2024 11:01
@rlubos rlubos merged commit 49b5f80 into nrfconnect:master Mar 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants