David Tibbetts
David Tibbetts
I don't have this problem w/ latest. Using latest racer built with Rust 1.5.0. Only thing I had to do special on Windows is put a `;` after source paths...
I just wanted to mention that this was the best solution I found to specify memory layouts at compile-time. Building an example now requires `--features stm32f103x_` to be specified, otherwise...
Agreed, it feels weird, but was the best way I could do it user-friendly at the moment. I attempted using a configuration, but because of the cross-compiling(?), the rustflags don't...