rust-embedded/cortex-m

Mutex cannot return a mutable pointer

uzytkownik opened this issue · 2 comments

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).

Seems like a dupe of #224

newAM commented

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!