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

fix: circular mode for wba family #384

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

cassio-lazaro
Copy link
Contributor

Description

The current linked list implementation uses a single local memory for all eight DMA channels. The fix creates a separate memory space for each channel. The linked list will now only be used when circular mode is requested.
To reduce memory allocation, both control registers were removed from memory.

@cassio-lazaro cassio-lazaro requested a review from a team as a code owner August 20, 2024 13:17
@andjordan andjordan merged commit 617ab7b into philips-software:main Sep 5, 2024
23 checks passed
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.

5 participants