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

[breaking] SPI library rework #2171

Merged
merged 5 commits into from
Nov 15, 2023
Merged

[breaking] SPI library rework #2171

merged 5 commits into from
Nov 15, 2023

Commits on Nov 14, 2023

  1. chore(SPI): remove deprecated WiFi library workaround

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    97bebdc View commit details
    Browse the repository at this point in the history
  2. chore(SPI): clean up internal CS pin managements

    To be aligned with Arduino API.
    Only Hardware CS pin support kept.
    Allows to save memory space and increase execution speed.
    
    Fixes stm32duino#257.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    43ec3cb View commit details
    Browse the repository at this point in the history
  3. chore(SPI): remove non arduino transfer api with 2 buffer

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0ada13f View commit details
    Browse the repository at this point in the history
  4. chore(SPI): align with ArduinoCoreAPI

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    392469a View commit details
    Browse the repository at this point in the history
  5. ci(example): update BareMinimun.ino

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