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

new functions (#1570): get_vtarget, get_varef, get_fosc, get_sck_period #1574

Merged
merged 10 commits into from
Dec 1, 2023

Commits on Nov 26, 2023

  1. new functions (avrdudes#1570): get_vtarget, get_varef, get_fosc, get_…

    …sck_period
    
    this is only a proof of concept
    declarations for libavrdude, parser in term.c
    sample implementations in stk500v1.c
    
    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4444ca8 View commit details
    Browse the repository at this point in the history
  2. fix memory access error, provide 4 get_ functions for stk50v2

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    29a315c View commit details
    Browse the repository at this point in the history
  3. get_sck_period() and get_vtarget() for JTAG1

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c5e117d View commit details
    Browse the repository at this point in the history
  4. fix sck typo wrong parameter

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    d3a1429 View commit details
    Browse the repository at this point in the history
  5. fosc / sck test for most stk500v2 based programmer (except mk3?)

    difficult to test w/o programmer HW (only orig STK500 (v2) and SMo)
    
    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    42a7f67 View commit details
    Browse the repository at this point in the history
  6. fosc / sck test for most stk500v2 based programmer (except mk3?)

    difficult to test w/o programmer HW (only orig STK500 (v2) and SMo)
    
    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    
    # Conflicts:
    #	src/stk500v2.c
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    64c82fd View commit details
    Browse the repository at this point in the history
  7. variable xtal setting; formatting

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2ec638f View commit details
    Browse the repository at this point in the history
  8. update stk500v1 sck display

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b438ba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Last (?) tidying according review from MCUdude and stefanrueger

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    aaa26d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. parms spacing correction (jtagmkI); parms sequence correction (stk500v2)

    Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
    Ho-Ro committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    af22682 View commit details
    Browse the repository at this point in the history