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 JTAG support to avrftdi #1324

Merged
merged 9 commits into from
Aug 4, 2023
Merged

add JTAG support to avrftdi #1324

merged 9 commits into from
Aug 4, 2023

Commits on Jun 7, 2023

  1. add pindefs for JTAG

    jkent committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    35cd1d0 View commit details
    Browse the repository at this point in the history
  2. add FTDI MPSSE jtag support

    jkent committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ecd4169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada5f3b View commit details
    Browse the repository at this point in the history
  4. add ft232h_jtag and ft2232h_jtag programmer conf

    * add link to TUMPA manual
    * clean up TUMPA programmer confs
    jkent committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    366467b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cf8f29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca1f270 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    1c97e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb63b28 View commit details
    Browse the repository at this point in the history
  3. Exit avrftdi_jtag_enable() when encountering incompatible chip

    The use of exit() is brought about by the fact that, unlike all other
    programming functions, pgm->enable() is of type void, ie, cannot easily
    tell the caller something went wrong.
    stefanrueger committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c1d7f91 View commit details
    Browse the repository at this point in the history