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

Expand the I/O table to support the ATmega2560 #416

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

Commits on Oct 13, 2020

  1. Expand the I/O table to support the ATmega2560

    The I/O space of the ATmega640/1280/1281/2560/2561 extends from 0x0020
    to 0x01ff, for a total of 512 - 32 = 480 memory locations.
    
    Fixes a crash that would result from writing to an unmapped location.
    edgar-bonet committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f6385bb View commit details
    Browse the repository at this point in the history