os-trait
Traits used to adapter different embedded RTOS.
Cargo Features
alloc: Enabled by default.std: Used for unit test. Disabled by default.std-custom-mutex: Enable it when you want to useBlockingMutexinstead of STDMutex.
Usage
cargo add os-trait
See crate