Skip to content

Latest commit

 

History

History

freertos-cargo-build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.