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

[dma] add "transfer done" flag #699

Merged
merged 4 commits into from
Oct 7, 2023
Merged

[dma] add "transfer done" flag #699

merged 4 commits into from
Oct 7, 2023

Conversation

stnolting
Copy link
Owner

Add a new flag to the DMA's control register to indicate that a configured transfer has actually been executed.

⚠️ The done flag does not indicate that the transfer was successful. Check the control register's error flags to check if the transfer caused any errors.

✔️ Feature suggested by @DS-567 in #689.

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Oct 7, 2023
@stnolting stnolting self-assigned this Oct 7, 2023
@stnolting stnolting marked this pull request as ready for review October 7, 2023 08:39
@stnolting stnolting merged commit 715917d into main Oct 7, 2023
8 checks passed
@stnolting stnolting deleted the dma_done branch October 7, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant