embedonomicon icon indicating copy to clipboard operation
embedonomicon copied to clipboard

Imlementation of Entirely new Embedded Architecture for Rust

Open ajprabhu09 opened this issue 5 years ago • 1 comments

I was wondering how one would go about creating a target for unsupported embedded architectures (as of now) for the Rust Embedded Ecosystem ?. Eg the 8051 families of Microcontrollers

ajprabhu09 avatar Jul 18 '20 00:07 ajprabhu09

Step one: Figure out a way to get 8051 support into LLVM, similar to the AVR project https://github.com/avr-llvm/llvm.

therealprof avatar Jul 18 '20 22:07 therealprof