Parent issue: #2 Next steps: - [x] Wait until AVR support [lands in upstream LLVM](https://github.com/avr-llvm/llvm) - [x] Update rust-lang LLVM fork (rust-lang/rust#37609), implement cabi stuff, etc. - [ ] Experiment with custom targets out of tree (to get the specification right) - [x] Get libcore compiling without modifications - [ ] Upstream all LLVM patches required for the AVR fork (avr-rust/rust#116) - [ ] Write documentation about writing/compiling/flashing/debugging Rust programs for this target - [ ] Add the AVR target to the compiler (as a built-in target) (tracking issue rust-lang/rust#44052) - [ ] :tada: See also [avr-rust/rust](https://github.com/avr-rust/rust) for out of tree work towards AVR support in Rust.
Parent issue: #2
Next steps:
programs for this target
See also avr-rust/rust for out of tree work towards AVR support in Rust.