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

Add asynchronous SPI transactions #2168

Merged
merged 2 commits into from
May 21, 2024
Merged

Add asynchronous SPI transactions #2168

merged 2 commits into from
May 21, 2024

Conversation

earlephilhower
Copy link
Owner

Fixes #1192

Uses DMA operations to avoid the need to bit-bang or busy wait for SPI operations that might be very slow. Optional, adds new API calls to enable. Simple example included.

Fixes #1192

Uses DMA operations to avoid the need to bit-bang or busy wait for SPI
operations that might be very slow. Optional, adds new API calls to enable.
Simple example included.
@earlephilhower earlephilhower merged commit e6c7ee7 into master May 21, 2024
13 checks passed
@earlephilhower earlephilhower deleted the spidam branch May 21, 2024 21:08
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.

Feature request: Add support for SPI (optionally PIO) with DMA Transfers
1 participant