rust/tests/codegen/avr
Patryk Wychowaniec 78ddabf31d
Create a generic AVR target: avr-none
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`).
2025-02-19 19:01:51 +01:00
..
avr-func-addrspace.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00