rust-embedded/cortex-m

mutex-trait implementation?

Opened this issue · 0 comments

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?

#9