Skip to content

Mutex cannot return a mutable pointer #359

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

Closed
uzytkownik opened this issue Oct 28, 2021 · 2 comments
Closed

Mutex cannot return a mutable pointer #359

uzytkownik opened this issue Oct 28, 2021 · 2 comments

Comments

@uzytkownik
Copy link

Currently Mutex implementation in cortex-m returns a normal references instead of mutable one. FWIW bare_metal (used by rtic for example) returns mutable reference and is more full-featured (it may be worthwhile to use it to provide interoperability).

@TDHolmes
Copy link
Contributor

Seems like a dupe of #224

@newAM
Copy link
Member

newAM commented Jun 30, 2024

I'm triaging Cortex-M issues today, this seems like a duplicate of #224 so I'm going to close it; feel free to re-open if I missed anything!

@newAM newAM closed this as completed Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants