freertos-cargo-build

Crates.iofreertos-cargo-build
lib.rsfreertos-cargo-build
version0.2.0
created_at2020-04-29 09:09:51.365501+00
updated_at2025-12-18 02:09:44.280529+00
descriptionUtility lib for building & using FreeRTOS in rust projects inside the build.rs.
homepage
repositoryhttps://github.com/lobaro/FreeRTOS-rust
max_upload_size
id235264
size29,299
Tobias Kaupat (niondir)

documentation

README

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.

Commit count: 0

cargo fmt