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

fix port{Input,Output,Mode}Register macros for chips with <=32 pins #5402

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

igrr
Copy link
Member

@igrr igrr commented Jul 16, 2021

Added definitions of direct GPIO access macros for SOC_GPIO_PIN_COUNT <= 32.

Closes #5378

@igrr igrr requested a review from SuGlider July 16, 2021 19:19
@me-no-dev me-no-dev merged commit eac8b2d into master Jul 16, 2021
@me-no-dev me-no-dev deleted the bugfix/gpio_count_lt_32 branch July 16, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core attempts to use GPIO_OUT1_REG and GPIO_IN1_REG on chips that don't have it
2 participants