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

feat(esp32s3): allow SPI and SPI_QIO at the same time #11821

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

casaroli
Copy link
Contributor

@casaroli casaroli commented Mar 1, 2024

Summary

Some boards use SPI2 in quad mode and SPI3 in SPI mode.

There is no reason why we should not allow to configure both files.

Impact

This removes the choice between one or ther other, and instead let us select both. Now SPI can be used in both modes.

Testing

N/A

Some boards use SPI2 in quad mode and SPI3 in SPI mode.

There is no reason why we should not allow to configure both files.

This removes the choice between one or ther other, and instead let us select both.
@acassis acassis requested a review from tmedicci March 1, 2024 18:03
@acassis
Copy link
Contributor

acassis commented Mar 4, 2024

@casaroli please rebase, since the CI should be fixed now

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.

None yet

2 participants