Crates.io | embedded-dma-hal |
lib.rs | embedded-dma-hal |
version | 0.0.1 |
source | src |
created_at | 2018-05-06 01:04:03.260318 |
updated_at | 2018-05-06 01:04:03.260318 |
description | DMA-related HAL to complement japaric's embedded-hal |
homepage | |
repository | https://github.com/thenewwazoo/embedded-dma-hal |
max_upload_size | |
id | 63937 |
size | 16,252 |
This crate is a (very brief) encapulation of DMA-related traits suitable for use in a HAL. It is extracted from and based upon Jorge Aparicio's dma work in his stmf32f103xx-hal crate. I include this crate as a dependency of my work on the STM32L4x6-hal crate, and intend to use it in device drivers as a complement to embedded-hal.