I spent some time at the lovely Foohack hackathon, and got Rust to run on an 
Arduino Due.

https://github.com/jensnockert/dueboot

You can link to the standard Arduino libraries, so it should be about as easy 
to code and prototype as in C++ with a bit of work. Haven't really done 
anything except blinking LEDs yet, but it seems to work reasonable for that use 
case.

It's based on the earlier armboot work, and is implemented in essentially the 
same way (compile for ARM into LLVM IR, then do some massaging before linking).
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to