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

Look for ~/.config/avrdude/config configuration file #1131

Merged
merged 5 commits into from
Oct 23, 2022

Commits on Oct 17, 2022

  1. Look for ~/.config/avrdude/config configuration file

    Traditionally per-user configuration files have been placed
    in user's home directory with their names beginnig with a dot
    to hide them from some tools like ls(1). However, the number
    of programs following this convention have grown over time
    to the point where the number of hidden files becomes inconvenient to
    some users. For this reason the XDG Base Directory Specification[1]
    specifies an alternate place to store configuration files under
    ~/.config directory.
    
    This patch enables avrdude to look for ~/.config/avrdude/config
    configuration file, if ~/.avrduderc doesn't exist.
    
    [1] https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.8.html
    steelman committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    55b5627 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    cc213ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7245a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4821984 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    5afb91c View commit details
    Browse the repository at this point in the history