freertos-next 0.3.1

Create to use FreeRTOS in rust projects. The freertos-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-Next

Wrapper library to use FreeRTOS API in Rust.

To build an embedded application with FreeRTOS please refer
to [home](https://github.com/mcu-rust/FreeRTOS).
It needs [freertos-build](https://crates.io/crates/freertos-build) to work with.

## Usage

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

```shell
cargo add freertos-next
```