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

SPI: pin configuration is not flexible enough #2511

Open
Tracked by #2494
bugadani opened this issue Nov 9, 2024 · 0 comments · May be fixed by #2557
Open
Tracked by #2494

SPI: pin configuration is not flexible enough #2511

bugadani opened this issue Nov 9, 2024 · 0 comments · May be fixed by #2557
Labels
1.0-blocker api bug Something isn't working help wanted Extra attention is needed peripheral:spi SPI peripheral

Comments

@bugadani
Copy link
Contributor

bugadani commented Nov 9, 2024

Currently, we take Output pins for both MOSI and MISO. This creates some problems with devices like M5CoreS3 SE which uses a full-duplex SPI for the SD card, and a 3-wire simplex SPI setup for the display, reusing the MISO pin as the DC output.

Currently we can't work with this device safely.

cc #2494

@bugadani bugadani added the bug Something isn't working label Nov 9, 2024
@github-project-automation github-project-automation bot moved this to Todo in esp-rs Nov 9, 2024
@bugadani bugadani added help wanted Extra attention is needed api peripheral:spi SPI peripheral status:needs-attention This should be prioritized labels Nov 9, 2024
@Dominaezzz Dominaezzz linked a pull request Nov 17, 2024 that will close this issue
6 tasks
@MabezDev MabezDev added 1.0-blocker and removed status:needs-attention This should be prioritized labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0-blocker api bug Something isn't working help wanted Extra attention is needed peripheral:spi SPI peripheral
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants