#embedded-hal #arm #cortex-m #embedded #rust

embedded-dma-hal

DMA-related HAL to complement japaric's embedded-hal

1 unstable release

Uses old Rust 2015

0.0.1 May 6, 2018

#286 in #embedded-hal

MIT/Apache

7KB
105 lines

embedded-dma-hal

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.

No runtime deps