avr-device icon indicating copy to clipboard operation
avr-device copied to clipboard

Get rid of `avr-libc` dependency

Open Rahix opened this issue 5 years ago • 9 comments

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.

Rahix avatar Feb 14 '21 13:02 Rahix

This is an existing project archieving no libc dependence: https://github.com/shepmaster/rust-arduino-blink-led-no-core-with-cargo

Rahix avatar Feb 14 '21 16:02 Rahix

Any progress on this?

MarkuBu avatar Jun 15 '21 07:06 MarkuBu

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...

Rahix avatar Jun 16 '21 08:06 Rahix