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 memory sram and remove memory data #1571

Merged
merged 4 commits into from
Nov 22, 2023
Merged

Commits on Nov 15, 2023

  1. Add memory sram at the expense of data

    The memory data was introduced for the sole purpose to provide an
    nvm_data_offset for Microchip programmers. As an address offset it would
    tell programmers to read/write in data space. It so turned out that this
    nvm_data_offset always was 0x1000000 for PDI and UPDI parts.
    
    This commit removes this artificial data memory and treats the data offset
    in the code as what it currently is: a constant.
    
    At the same time the commit introduces an sram memory with offset and size
    for virtually all parts known to AVRDUDE.
    stefanrueger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    309e6ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2a36c View commit details
    Browse the repository at this point in the history
  3. Handle SRAM r/w

    stefanrueger committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1b9d087 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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