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

Use -xmode to switch PICkit4 and SNAP application modes #1596

Merged
merged 27 commits into from
Jan 3, 2024

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    e9685a0 View commit details
    Browse the repository at this point in the history
  2. Fix case

    MCUdude committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2d68910 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. implement -xmode=pic

    Thanks Wireshark
    MCUdude committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    15154dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d017c2 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    MCUdude committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6afc703 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    23818d6 View commit details
    Browse the repository at this point in the history
  2. Add -xmode to docs

    MCUdude committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    28eaa44 View commit details
    Browse the repository at this point in the history
  3. Tweak grammar

    MCUdude committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6edbf18 View commit details
    Browse the repository at this point in the history
  4. Add -xmode support for pickit4_isp and snap_isp

    still need to figure out how to actually trigger the mode switch form stk500v2.c
    MCUdude committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    2fc7826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74c29f0 View commit details
    Browse the repository at this point in the history
  6. Add const

    MCUdude committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    244e8e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b27fe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Formatting

    MCUdude committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    42178e2 View commit details
    Browse the repository at this point in the history
  2. Add extra argument to jtag3_open_common

    This makes it possible to switch SNAP/PK4 modes from stk500v2.c as well, using pickit4_isp and snap_isp
    MCUdude committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    59dde79 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    a88c5c1 View commit details
    Browse the repository at this point in the history
  2. Improve error message

    MCUdude committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    17a7853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ce3a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9920a23 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary line

    MCUdude committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8d7b7c4 View commit details
    Browse the repository at this point in the history
  6. Add missing serial_close

    MCUdude committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fc905fe View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Remove unnecessary else

    MCUdude committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    40f3553 View commit details
    Browse the repository at this point in the history
  2. Minor code tweaks

    MCUdude committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e7fb25c View commit details
    Browse the repository at this point in the history
  3. Update docs

    MCUdude committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f84bf23 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Formatting

    MCUdude committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4590e6a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    8fcf72e View commit details
    Browse the repository at this point in the history
  2. Remove unused parameter

    MCUdude committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bc102f1 View commit details
    Browse the repository at this point in the history