#rtos #free-rtos #embedded-hal-driver #rtx

no-std cmsis-rtos2

为 CMSIS-RTOS2 API 提供的 Rust 封装,该 API 应由另一个库提供,并将其链接到消费库或应用程序中

1 个不稳定版本

0.1.1 2020 年 6 月 4 日

#1053嵌入式开发

每月 下载 22
freertos-sys 中使用

BSD-3-Clause

48KB
979

cmsis_rtos2_rs

CMSIS-RTOS2 API 提供的 Rust 封装 crate,该 API 应由另一个库提供,并将其链接到消费库或应用程序中。

例如,FreeRTOS 或 RTX 可以提供此 API 的实现。

通常,目标架构由使用此 crate 的构建提供。您可以使用例如

cargo build --target thumbv7em-none-eabihf

依赖关系

~8KB