Skip to content

Add DMA support to AES module#14

Merged
arkorobotics merged 5 commits intostm32-rs:masterfrom
braun-embedded:aes-dma2
Jul 27, 2019
Merged

Add DMA support to AES module#14
arkorobotics merged 5 commits intostm32-rs:masterfrom
braun-embedded:aes-dma2

Conversation

@hannobraun
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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