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

Add extra version information to avrdude output #1927

Merged
merged 1 commit into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. Add extra version information to avrdude output

    Some downstream projects build avrdude and want to add their
    own version information to the avrdude version to distinguish
    their builds from others.
    
    This adds a clean way to do that without needing to patch the
    avrdude sources, for both cmake and automake based builds:
    
        cmake -DEXTRA_VERSION:STRING=-arduino.1-rc1
        ../configure EXTRA_VERSION=-arduino.1-rc1
    
    After building avrdude, the last line of "avrdude -?" will now
    look similar to the following, depending on whether you are
    building an avrdude git checkout or an avrdude release tarball:
    
        avrdude version 8.0-20240901-arduino.1-rc1 (30e19f2), https://github.com/avrdudes/avrdude
        avrdude version 8.1-arduino.1-rc1 (30e19f2), https://github.com/avrdudes/avrdude
    ndim committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cb53a34 View commit details
    Browse the repository at this point in the history