rust-embedded / mutex-trait

Low level API definition of a Mutex
Apache License 2.0
25 stars 4 forks source link

Should this repo be archived ? #13

Open pwnorbitals opened 1 year ago

pwnorbitals commented 1 year ago

There hasn’t been activity nor interest for a long time, but the description marks it as still maintained, which seems confusing. What’s the current status of this repo ?

adamgreig commented 1 year ago

I think in practice this can probably be replaced with critical_section::Mutex. I'll put it on the agenda for today's wg meeting.

pwnorbitals commented 11 months ago

(@adamgreig)

adamgreig commented 11 months ago

Our conclusion from the meeting was that it probably should be archived; I'll organise an RFC and vote by the resources team where we can discuss further exactly what to do.