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

drivers: gpio: gpio_cc13xx_cc26xx: Add drive strength configurability #30219

Closed
statropy opened this issue Nov 24, 2020 · 0 comments · Fixed by #30220
Closed

drivers: gpio: gpio_cc13xx_cc26xx: Add drive strength configurability #30219

statropy opened this issue Nov 24, 2020 · 0 comments · Fixed by #30220
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@statropy
Copy link
Contributor

Is your enhancement proposal related to a problem? Please describe.
The CC13xx/CC26xx gpio driver does not support setting the drive strength of an IO pin. It is instead fixed at 2mA. IO pins also support 4mA, and some support 8mA.

Describe the solution you'd like
Support the GPIO_DS_ALT_LOW and GPIO_DS_ALT_HIGH gpio flags.

Describe alternatives you've considered
n/a

Additional context
n/a

@statropy statropy added the Enhancement Changes/Updates/Additions to existing features label Nov 24, 2020
statropy added a commit to statropy/zephyr that referenced this issue Nov 27, 2020
Add support for the GPIO_DS_ALT_LOW and GPIO_DS_ALT_HIGH gpio flags.

Fixes zephyrproject-rtos#30219

Signed-off-by: Erik Larson <[email protected]>
carlescufi pushed a commit that referenced this issue Nov 30, 2020
Add support for the GPIO_DS_ALT_LOW and GPIO_DS_ALT_HIGH gpio flags.

Fixes #30219

Signed-off-by: Erik Larson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant