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

Provide Urclock programmer #1171

Merged
merged 31 commits into from
Nov 22, 2022
Merged

Provide Urclock programmer #1171

merged 31 commits into from
Nov 22, 2022

Commits on Nov 6, 2022

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    21d93ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715db4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf3c81f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    6a6d333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b86fb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    ea65918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ba53b View commit details
    Browse the repository at this point in the history
  3. Fix avr.c comment

    stefanrueger committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    84a3e2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d0b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afa408e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    321bddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67bfe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22bd977 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    6e3a99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b178dee View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    e2b69de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff9c8bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc2f7c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Harden urclock against bootloader bricking

     - Detect write restrictions with new pgm->readonly(..., addr)
     - Check in byte-wise cached write whether mem/addr allows write
     - Emulated chip erase tells user CE is delayed until first -U
     - After bootloader CE urclock_chip_erase will init reset vector
     - Low level paged write @ 0 unconditionally protects reset vector
     - Low level paged read @ 0 checks and repairs reset vector
    stefanrueger committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    82b9491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d901e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2abb666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3eeedd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    f276d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53de22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e4dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f4474f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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