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

Misc fixes #107

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

Misc fixes #107

wants to merge 7 commits into from

Commits on Nov 28, 2023

  1. Move PIO init code to its own file

    Embedding C code into pio assembly files makes for a poor editing
    experience.
    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f1cc4cc View commit details
    Browse the repository at this point in the history
  2. Remove debug pin

    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c33d921 View commit details
    Browse the repository at this point in the history
  3. Remove bit duplication hack

    Increasing the output drive strength is enough, no need to output to
    multiple pins at all.
    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b942db5 View commit details
    Browse the repository at this point in the history
  4. Fix bit shift error

    EXI is basically SPI mode 0.
    In particular, this means CPHA=0, i.e. the first bit comes out *before*
    the first clock pulse.
    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d19edbb View commit details
    Browse the repository at this point in the history
  5. Implement split payload

    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    742677f View commit details
    Browse the repository at this point in the history
  6. Clean up pin configuration

    This makes it easier to customize the pinout.
    9ary committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9391ea2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge iplboot into final UF2

    9ary committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9d369b0 View commit details
    Browse the repository at this point in the history