avr-device
avr-device copied to clipboard
Get rid of `avr-libc` dependency
Right now we use the CRT and other bits from avr-libc. Let's rewrite it in Rust, also to support devices which avr-libc currently does not support.
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...