-
Notifications
You must be signed in to change notification settings - Fork 136
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
Commits on Nov 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4444ca8 - Browse repository at this point
Copy the full SHA 4444ca8View commit details -
fix memory access error, provide 4 get_ functions for stk50v2
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29a315c - Browse repository at this point
Copy the full SHA 29a315cView commit details -
get_sck_period() and get_vtarget() for JTAG1
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5e117d - Browse repository at this point
Copy the full SHA c5e117dView commit details -
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3a1429 - Browse repository at this point
Copy the full SHA d3a1429View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 42a7f67 - Browse repository at this point
Copy the full SHA 42a7f67View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 64c82fd - Browse repository at this point
Copy the full SHA 64c82fdView commit details -
variable xtal setting; formatting
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ec638f - Browse repository at this point
Copy the full SHA 2ec638fView commit details -
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b438ba5 - Browse repository at this point
Copy the full SHA b438ba5View commit details
Commits on Nov 29, 2023
-
Last (?) tidying according review from MCUdude and stefanrueger
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aaa26d9 - Browse repository at this point
Copy the full SHA aaa26d9View commit details
Commits on Nov 30, 2023
-
parms spacing correction (jtagmkI); parms sequence correction (stk500v2)
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af22682 - Browse repository at this point
Copy the full SHA af22682View commit details