about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/avr.rs
AgeCommit message (Collapse)AuthorLines
2022-01-17Use Symbol for target features in asm handlingbjorn3-1/+2
This saves a couple of Symbol::intern calls
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+196