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 V3.7 warning fix #7774

Merged

Conversation

Frauschi
Copy link
Contributor

Hi all,

The required feature flag CONFIG_PTHREAD_IPC for the Zephyr port will be deprecated in the upcoming Zephyr version 3.7. The new option for the required multithreading code is CONFIG_POSIX_THREADS.

This PR clears the resulting warning when compiling for Zephyr V3.7. For older versions, nothing changes.

The required feature flag CONFIG_PTHREAD_IPC is deprecated since Zephyr
version 3.7. The new option is CONFIG_POSIX_THREADS. This change clears
the warning.

Signed-off-by: Tobias Frauenschläger
<[email protected]>
@wolfSSL-Bot
Copy link

Can one of the admins verify this patch?

@embhorn embhorn requested a review from julek-wolfssl July 22, 2024 12:38
@embhorn embhorn removed the request for review from julek-wolfssl July 22, 2024 12:40
@embhorn
Copy link
Member

embhorn commented Jul 22, 2024

@Frauschi is an approved contributor

@embhorn embhorn requested a review from julek-wolfssl July 22, 2024 12:42
@dgarske dgarske merged commit 604a1fe into wolfSSL:master Jul 22, 2024
107 checks passed
@Frauschi Frauschi deleted the zephyr_v3_7 branch July 24, 2024 05:48
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.

5 participants