mutex-trait implementation?
Opened this issue · 0 comments
PTaylor-us commented
Is it planned (or even desirable) to switch the Mutex implementation from the bare-metal import (for use with interrupt::free) to one using new mutex-trait and encapsulating interrupt::free?