freertos-rust

Crates.iofreertos-rust
lib.rsfreertos-rust
version0.1.2
sourcesrc
created_at2020-04-29 09:04:54.932949
updated_at2020-04-29 13:20:46.014255
descriptionCreate to use FreeRTOS in rust projects. The freertos-cargo-build crate can be used to build and link FreeRTOS from source inside build.rs.
homepage
repositoryhttps://github.com/lobaro/FreeRTOS-rust
max_upload_size
id235262
size89,743
Tobias Kaupat (Niondir)

documentation

README

FreeRTOS Rust

Wrapper library to use FreeRTOS API in Rust.

To build an embedded application with FreeRTOS please refer to freertos-rust home.

Usage

The crate is published on crates.io

[dependencies]
freertos-rust = "*"
Commit count: 125

cargo fmt