Skip to content

Commit 3dcad58

Browse files
committed
spi: implement async HAL and transform from Spi to SpiDma and back
1 parent 2e865a7 commit 3dcad58

File tree

2 files changed

+393
-69
lines changed

2 files changed

+393
-69
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ stm32h5 = { package = "stm32h5", version = "0.16.0" }
7373
fugit = "0.3.7"
7474
embedded-dma = "0.2"
7575
embedded-hal = "1.0.0"
76+
embedded-hal-async = "1.0.0"
7677
defmt = { version = "1.0.0", optional = true }
7778
paste = "1.0.15"
7879
log = { version = "0.4.20", optional = true}

0 commit comments

Comments
 (0)