rust-demo-cortex-m4 icon indicating copy to clipboard operation
rust-demo-cortex-m4 copied to clipboard

A simple blinking LED project based on Rust, for fun

Results 2 rust-demo-cortex-m4 issues
Sort by recently updated
recently updated
newest added

In [LM4F_startup.c](https://github.com/antoinealb/rust-demo-cortex-m4/blob/feature-hardfloat-abi/LM4F_startup.c#L279) you should add a C declaration for the function rust_float_test to tell the C compiler what argument type is expected. (something like `float rust_float_test(float);`) This prevents GCC from...

Hi, great work. how much effort is it to port the led blink example to arm cortex a9 - bare metal? quick question to your project. why is your main.rs...