#rtos #embedded-hal-driver #rtx #freertos

no-std cmsis-rtos2

A rust wrapper for the CMSIS-RTOS2 API, which should be provided by another library, and linked into the consuming library or application

1 unstable release

0.1.1 Jun 4, 2020

#1067 in Embedded development


Used in freertos-sys

BSD-3-Clause

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