about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base/avr.rs
AgeCommit message (Collapse)AuthorLines
2025-06-13Add missing avr64* seriesTom Vijlbrief-0/+21
2025-06-13Add modern AVR mcus like avr128db28 and attiny3224Tom Vijlbrief-0/+46
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-0/+337
This commit removes the `avr-unknown-gnu-atmega328` target and replaces it with a more generic `avr-none` variant that must be specialized with the `-C target-cpu` flag (e.g. `-C target-cpu=atmega328p`).