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

ArduinoISP: Add an option to enable a 4 MHz clock signal on pin 3 #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2020

  1. Add an option on Uno boards to enable a 4 MHz clock signal on pin 3

    This clock signal can be used to reprogram the fuses of an AVR that
    has been set wrong (ie. when an external clock has been configured but
    the board/chip does not have one).
    
    This is disabled by default. We check that we compile for known chips
    before enabling the clock generation. Maybe there is other chips that
    support this code.
    pr1csynth authored and per1234 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    5c47f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d24c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96cd102 View commit details
    Browse the repository at this point in the history