xref: /freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/README.md (revision 0b57cec536236d46e3dba9bd041533462f33dbb7)
1*0b57cec5SDimitry Andric# AVR backend
2*0b57cec5SDimitry Andric
3*0b57cec5SDimitry AndricThis experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) microcontroller.
4*0b57cec5SDimitry Andric
5*0b57cec5SDimitry Andric## Useful links
6*0b57cec5SDimitry Andric
7*0b57cec5SDimitry Andric* [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
8*0b57cec5SDimitry Andric* [Architecture notes](https://github.com/avr-llvm/architecture)
9