cortex-m
cortex-m copied to clipboard
mutex-trait implementation?
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