ChibiOS-rust icon indicating copy to clipboard operation
ChibiOS-rust copied to clipboard

ChibiOS for Rust

Results 2 ChibiOS-rust issues
Sort by recently updated
recently updated
newest added

I figured I would fix this for you(and everyone else) so that it would work with the newest version of ChibiOS. Right now the only thing that I find iffy...

Rust `&'static str` literals are not null-terminated by default. Make them so. See [this macro](https://docs.rs/cstr-macro/0.1.0/src/cstr_macro/lib.rs.html#2-6) for inspiration.