embedonomicon
embedonomicon copied to clipboard
Imlementation of Entirely new Embedded Architecture for Rust
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
Step one: Figure out a way to get 8051 support into LLVM, similar to the AVR project https://github.com/avr-llvm/llvm.