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

feat(spi): add transfer api with tx and rx buffer #2206

Merged
merged 3 commits into from
Nov 28, 2023

Commits on Nov 24, 2023

  1. chore(spi): avoid SPI_TRANSFER_TIMEOUT as argument

    SPI_TRANSFER_TIMEOUT is always passed as an argument
    while it is a constant definition.
    So simply function call and check.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8091319 View commit details
    Browse the repository at this point in the history
  2. chore(spi): remove virtual function specifier

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0b9c63d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feat(spi): add transfer api with tx/rx buffer

    Fixes stm32duino#2205
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9df4fe0 View commit details
    Browse the repository at this point in the history