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

boards: arm: Fix sparkfun_pro_micro_rp2040 gpiomap #28

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 7, 2024

  1. boards: arm: Fix sparkfun_pro_micro_rp2040 gpiomap

    The SparkFun Pro Micro pins are numbered 1, 0, GND, ... from top left
    whereas the SparkFun Pro Micro RP2040 and the RP2040 Community Edition
    boards are numbered 0, 1, GND, ... , so the pro-micro connector gpio-map
    should reflect that.
    
    Signed-off-by: ulmanyar <[email protected]>
    ulmanyar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    94f435f View commit details
    Browse the repository at this point in the history