hashmismatch / freertos.rs

A Rust wrapper for FreeRTOS.
232 stars 22 forks source link

Ported tests to compile into static libraries using examples #27

Closed rudib closed 5 years ago

rudib commented 5 years ago

Requires nightly Rust for the alloc_error_handler feature. https://github.com/rust-lang/rust/issues/51540