Function rustc_target::spec::base::avr_gnu::target

source ·
pub fn target(target_cpu: &'static str, mmcu: &'static str) -> Target
Expand description

A base target for AVR devices using the GNU toolchain.

Requires GNU avr-gcc and avr-binutils on the host system. FIXME: Remove the second parameter when const string concatenation is possible.