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

applet.program.psoc1: implemented #672

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. applet.program.psoc1: simplify CMD_READ_BYTE, have the address genera…

    …tion happen on the host, in python
    purdeaandrei committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7551fc2 View commit details
    Browse the repository at this point in the history
  2. applet.program.psoc1: simplify state machine, move zero bits generati…

    …on to the host into python.
    purdeaandrei committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a740593 View commit details
    Browse the repository at this point in the history
  3. applet.program.psoc1: simplify state machine further by eliminating t…

    …he read_address register, just use byte as normal!
    purdeaandrei committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3c3640f View commit details
    Browse the repository at this point in the history
  4. applet.program.psoc1: clean up references to ISSP specs

    Only reference latest versions of each variant, and add
    comments with accession info on top of the vectors.py file
    purdeaandrei committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d640ee1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    afcd4df View commit details
    Browse the repository at this point in the history
  2. power-cycle mode: only consider doing SDATA polling at the beginning …

    …of sending a bitstream, if we think we might be right after a power cycle.
    purdeaandrei committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    43d5d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70e376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf7e095 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7b0b96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    516138e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d026ae View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. fix typo

    purdeaandrei committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3382352 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    66a7d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4552a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687673b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2670c02 View commit details
    Browse the repository at this point in the history
  5. partial program

    purdeaandrei committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b518e50 View commit details
    Browse the repository at this point in the history