Skip to content

Zephyr V3.7 warning fix#7774

Merged
dgarske merged 1 commit intowolfSSL:masterfrom
Laboratory-for-Safe-and-Secure-Systems:zephyr_v3_7
Jul 22, 2024
Merged

Zephyr V3.7 warning fix#7774
dgarske merged 1 commit intowolfSSL:masterfrom
Laboratory-for-Safe-and-Secure-Systems:zephyr_v3_7

Conversation

@Frauschi
Copy link
Copy Markdown
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
<tobias.frauenschlaeger@oth-regensburg.de>
@wolfSSL-Bot
Copy link
Copy Markdown

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
Copy Markdown
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
@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