-
Notifications
You must be signed in to change notification settings - Fork 84
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 cast support and new HW FIFO interface #586
base: develop
Are you sure you want to change the base?
DMA cast support and new HW FIFO interface #586
Conversation
@alessionaclerio22 , do not forget to update the documentation |
@alessionaclerio22 ToDo for HEEPidermis |
…le_dma_subaddressing. Restore original version of example_power_manager.
This DMA mode allows data to be forwarded to an external accelerator with I/O fifos tightly coupled with the DMA
9c44b9c
to
ef5f319
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alessionaclerio22 I missed this before, but this PR should not change how the CI tests the applications. Can you revert the changes to this file and check that the PR still passes the tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidmallasen I fixed the CI, but I had to blacklist the test application I developed to test the dma subaddressing mode as it uses the flash.
This reverts commit 560df9e.
This PR includes many features and fixes (still adding):