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_slave_api.c: Allow to use GPIO 32 and 33 for interface signals. #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 7, 2024

  1. spi_slave_api.c: Allow to use GPIO 32 and 33 for interface signals.

    Using consistently the IDF API instead of direct port access. There
    is a small performace drop compared to direct port access for setting
    the pin, but that can be accepted in favoer of consistence.
    
    GPIO33 for instance is used by Adafruit and NINA modules for the
    handshake signal, and these modules cannot be rewired.
    
    Signed-off-by: robert-hh <robert@hammelrath.com>
    robert-hh committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9586145 View commit details
    Browse the repository at this point in the history