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: pca95xx: fix build errors #43808

Merged
merged 2 commits into from
Mar 15, 2022

Conversation

gmarull
Copy link
Member

@gmarull gmarull commented Mar 15, 2022

I introduced some errors during the gpio_dt_spec/i2c_dt_spec conversion
process. This patch fixes the issues so that driver builds.

Fixes #43756

gmarull added 2 commits March 15, 2022 15:54
I introduced some errors during the gpio_dt_spec/i2c_dt_spec conversion
process. This patch fixes the issues so that driver builds.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
The pca95xx driver was not compiled, add it to the list.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
@gmarull gmarull requested review from nashif and mnkp as code owners March 15, 2022 15:01
@github-actions github-actions bot added the area: Tests Issues related to a particular existing or missing test label Mar 15, 2022
@mbolivar-nordic mbolivar-nordic merged commit 648d716 into zephyrproject-rtos:main Mar 15, 2022
@gmarull gmarull deleted the fix-pca95xx-errors branch April 24, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: gpio: pca95xx does not compile with CONFIG_GPIO_PCA95XX_INTERRUPT
3 participants