freertos-cargo-build 0.1.1

Utility lib for building & using FreeRTOS in rust projects inside the build.rs.
Documentation

freertos-cargo-build

Helper crate for building FreeRTOS applications with Cargo and Rust.

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

Usage

The crate is published on crates.io

[build-dependencies]
freertos-cargo-build = "*"