rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 33 forks source link

Imlementation of Entirely new Embedded Architecture for Rust #68

Open ajprabhu09 opened 4 years ago

ajprabhu09 commented 4 years ago

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

therealprof commented 4 years ago

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