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 DMA support to AES module #14

Merged
merged 5 commits into from
Jul 27, 2019
Merged

Add DMA support to AES module #14

merged 5 commits into from
Jul 27, 2019

Conversation

hannobraun
Copy link
Contributor

Also adds a generic DMA module that can be reused by other peripheral APIs.

This pull request is based on #13. I recommend reviewing and merging that pull request before this one.

@hannobraun
Copy link
Contributor Author

I forgot some things:

  1. I have additional commits for testing on the Gnat: https://github.com/braun-embedded/stm32l0xx-hal/compare/aes-dma2...braun-embedded:aes-dma-gnat
  2. cc @lthiery

It's required to implement a safe DMA abstraction.
There's no way to do anything with it yet, as that would require support
in the peripheral APIs. I'm about to do something about that.
@hannobraun hannobraun marked this pull request as ready for review July 22, 2019 09:59
@hannobraun
Copy link
Contributor Author

Rebased, ready for review.

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.

2 participants