| Crates.io | freertos-cargo-build |
| lib.rs | freertos-cargo-build |
| version | 0.2.0 |
| created_at | 2020-04-29 09:09:51.365501+00 |
| updated_at | 2025-12-18 02:09:44.280529+00 |
| description | Utility lib for building & using FreeRTOS in rust projects inside the build.rs. |
| homepage | |
| repository | https://github.com/lobaro/FreeRTOS-rust |
| max_upload_size | |
| id | 235264 |
| size | 29,299 |
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.
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.