Open Rahix opened 3 years ago
This is an existing project archieving no libc dependence: https://github.com/shepmaster/rust-arduino-blink-led-no-core-with-cargo
Any progress on this?
No, unfortunately not. To be quite honest, I'm waiting for nightly
rustc to be fixed for AVR before I intend to spend time on this, because it is getting increasingly harder to stick with the old revision...
Right now we use the CRT and other bits from
avr-libc
. Let's rewrite it in Rust, also to support devices whichavr-libc
currently does not support.