-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
New SPI Master transaction flag to not use DMA on DMA enabled host. (IDFGH-7501) #9069
Open
Pe3ucTop
wants to merge
2
commits into
espressif:master
Choose a base branch
from
Pe3ucTop:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+14
−9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flag: SPI_TRANS_DONT_DMA Prevend DMA usage for transaction = process it without DMA.
github-actions
bot
changed the title
New SPI Master transaction flag to not use DMA on DMA enabled host.
New SPI Master transaction flag to not use DMA on DMA enabled host. (IDFGH-7501)
May 31, 2022
Thanks for your contribution. |
Relates to: #8636 |
@ginkgm any progress on review ? |
@ginkgm , @suda-morris , @Alvin1Zhang is there anything I can do (more description / comments / documentation / ??) to help on review ? |
@ginkgm |
3 tasks
Any updates ? |
@ginkgm , @Alvin1Zhang |
espressif-bot
added
Status: Selected for Development
Issue is selected for development
and removed
Status: Opened
Issue is new
labels
Sep 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Selected for Development
Issue is selected for development
Type: Feature Request
Feature request for IDF
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request add transaction option to not use DMA for case when host have DMA enabled.
New Flag: SPI_TRANS_DONT_DMA
Prevent DMA usage for transaction = process it without DMA.
Reason described in issue #8636
It work for me with ESP32 , did not tested on other chips.
Documentation need be updated by someone.