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

Backwards compatible eh1 SPI support #163

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

Commits on Jun 8, 2024

  1. Add eh1 impls for LPSPI

    Florob committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0d5cf38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba79054 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Test continuous xfer-then-read behavior

    When we change the transmit / receive masks within a continuous
    transaction, we might demonstrate an LPSPI hardware defect. In the
    example shown here, the LPSPI SCK stalls when transmitting the final bit
    of the final byte, preventing the read from executing.
    
    Right now, I'm not sure if this is the LPSPI continuous transaction
    hardware defect, or if there's an issue in this new driver. I'll shoot
    for a deeper review later.
    mciantyre committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    18ee597 View commit details
    Browse the repository at this point in the history