1 unstable release
0.1.1 | Jun 4, 2020 |
---|
#1053 in Embedded development
22 downloads per month
Used in freertos-sys
48KB
979 lines
cmsis_rtos2_rs
A rust wrapper crate for the CMSIS-RTOS2 API, which should be provided by another library, and linked into the consuming library or application.
For example, FreeRTOS or RTX can provide implementations of this API.
Typically the target architecture is provided by the build consuming this crate. You can test this with eg:
cargo build --target thumbv7em-none-eabihf
Dependencies
~8KB