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

Litex: fix microcontroller common-hal interface #3199

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Litex: fix microcontroller common-hal interface #3199

merged 1 commit into from
Jul 24, 2020

Conversation

hierophect
Copy link
Collaborator

@hierophect hierophect commented Jul 24, 2020

The shared-module TouchIO was recently modified to remove all instances of claim_pin in favor of common_hal_mcu_pin_claim, as part of a general effort to remove internal port functions being used in shared-bindings or shared-module. Litex needs a common_hal_mcu_pin_claim function to account for this change. I've also added common_hal_reset_pin to future-proof against a potential DisplayIO implementation which will need this function.

@hierophect hierophect requested a review from jepler July 24, 2020 16:37
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to merge if the build completes

@jepler jepler added the litex label Jul 24, 2020
@hierophect hierophect merged commit a572594 into adafruit:main Jul 24, 2020
@hierophect hierophect deleted the litex-build-hotfix branch August 3, 2020 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants