freertos-rust 0.1.2

Create to use FreeRTOS in rust projects. The freertos-cargo-build crate can be used to build and link FreeRTOS from source inside build.rs.
Documentation
  • Coverage
  • 21.67%
    44 out of 203 items documented3 out of 37 items with examples
  • Size
  • Source code size: 89.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • lobaro/FreeRTOS-rust
    420 68 7
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Niondir

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 = "*"