Hacker News new | ask | show | jobs
by lights0123 2000 days ago
Rust has full support for AVR, excluding function pointers due to current LLVM bugs. Building on stable would be nice though, as it currently requires a custom target JSON file.
1 comments

> Rust has full support for AVR

Last time I checked (6 month ago), the Rust AVR fork had just been merged upstream. This removed the necessity to build a forked rustc from a patched llvm.

I would have to re-check recent updates, but at the time there were still a lot of bugs, no core libs, etc.

That's not what I would call "full support".