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

[spi] Make SPI set_format accept frame format #654

Merged
merged 7 commits into from
Aug 8, 2023

Commits on Jul 21, 2023

  1. [spi] Make SPI set_format accept frame format

    Allow selecting Texas Instruments SSI and National Semiconductor Microwire
    frame formats. Modify interface to only configure clock phase and polarity
    when applicable (if frame format is Motorola SPI).
    NelsonAPenn committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e84c296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f042839 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2f99d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    f519e0d View commit details
    Browse the repository at this point in the history
  2. add derive macros

    NelsonAPenn committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4d0ffd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Run cargo fmt

    NelsonAPenn committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a701dd8 View commit details
    Browse the repository at this point in the history