Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 549 Bytes

freertos-cargo-build

Helper crate for building FreeRTOS applications with Cargo and Rust using a build.rs.

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

Create a build.rs file to build FreeRTOS and other C code. See freertos-rust home for an initial example.