Skip to content

samples/tests: Disable the smp targets #58

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

Merged
merged 2 commits into from
Feb 25, 2025
Merged

samples/tests: Disable the smp targets #58

merged 2 commits into from
Feb 25, 2025

Conversation

d3zd3z
Copy link
Collaborator

@d3zd3z d3zd3z commented Feb 25, 2025

Currently, the smp targets seem to be deadlocking immediately on the first critical section. For this release, disable these targets, and this can be investigated for the next release.

@d3zd3z d3zd3z requested a review from kartben February 25, 2025 17:37
Currently, the smp targets seem to be deadlocking immediately on the
first critical section.  For this release, disable these targets, and
this can be investigated for the next release.

Signed-off-by: David Brown <[email protected]>
Rust 1.85 changes the type of `c_char` in `core::ffi` to better match
C.  This causes our explicit cast when calling `k_str_out` to break on
some platforms.  Fix this by casting to `c_char` which should always
match the type.

Signed-off-by: David Brown <[email protected]>
@d3zd3z d3zd3z requested a review from teburd February 25, 2025 21:21
@d3zd3z d3zd3z merged commit 37dc7fa into main Feb 25, 2025
4 checks passed
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