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

api: pinmux/gpio: It isn't possible to set pins as input and output simultaneously #6084

Closed
iha opened this issue Feb 9, 2018 · 2 comments
Closed
Labels
area: API Changes to public APIs area: GPIO area: Pinmux Enhancement Changes/Updates/Additions to existing features

Comments

@iha
Copy link
Contributor

iha commented Feb 9, 2018

To configure the pins to be used in an i2c driver I had to do a workaround (#5850) so that the input was always enabled. Because the PINMUX and GPIO APIs don't allow the pins to be input and output simultaneously.

This issue is related to #5697

@nashif nashif added the area: API Changes to public APIs label Feb 20, 2018
@MaureenHelm MaureenHelm added the Enhancement Changes/Updates/Additions to existing features label May 1, 2018
@mnkp
Copy link
Member

mnkp commented Oct 13, 2019

Is fixed by #16648 (not yet on master).

@mnkp
Copy link
Member

mnkp commented Feb 14, 2020

#16648 was merged to master. It is possible now to configure pin as input/output.

@mnkp mnkp closed this as completed Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs area: GPIO area: Pinmux Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

5 participants