Skip to content

Commit edef982

Browse files
committed
Shamelessly copy DMA implementation from stm32f1xx-hal crate.
1 parent a7daf77 commit edef982

File tree

3 files changed

+510
-0
lines changed

3 files changed

+510
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ cortex-m = "0.6"
3636
embedded-hal = { version = "0.2", features = ["unproven"] }
3737
stm32f0 = "0.12.1"
3838
nb = "1.0"
39+
embedded-dma = "0.1.2"
3940
void = { version = "1.0", default-features = false }
4041
stm32-usbd = { version = "0.5.1", features = ["ram_access_2x16"], optional = true }
4142

0 commit comments

Comments
 (0)