Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a generic AVR target: avr-unknown-unknown #131651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 20, 2024

  1. Create a generic AVR target: avr-unknown-unknown

    This commit removes the `avr-unknown-gnu-atmega328` target and replaces
    it with a more generic `avr-unknown-unknown` variant that can be
    specialized using `-C target-cpu` (e.g. `-C target-cpu=atmega328p`).
    
    I've decided to go with the `-unknown` tag (i.e. `avr-unknown-unknown`
    instead of `avr-unknown-gnu`), because that's the name LLVM already uses
    - I see no reason to diverge here.
    
    Seizing the day, I'm adding myself as the maintainer of this target -
    I've been already fixing the bugs anyway, might as well make it
    official.
    
    Related discussion:
    rust-lang#131171
    Patryk27 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f8643b8 View commit details
    Browse the repository at this point in the history