freertos-rust-pd 0.2.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# FreeRTOS Rust

Wrapper library to use FreeRTOS API in Rust.

> **Note:** This is a fork of [freertos-rust]https://github.com/lobaro/FreeRTOS-rust updated for use with [Picodroid]https://github.com/shivrajora/picodroid-rs. Published on crates.io as `freertos-rust-pd`.

To build an embedded application with FreeRTOS please refer
to [freertos-rust home](https://github.com/lobaro/FreeRTOS-rust).

## Usage

The crate is published on [crates.io](https://crates.io/crates/freertos-rust-pd)

    [dependencies]
    freertos-rust-pd = "*"