Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3/3] DMA Move API: Introduce DMA buffer objects #1856

Merged
merged 15 commits into from
Aug 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge tidy
Dominaezzz committed Aug 19, 2024
commit 71c932b2ad39205489dbc3d66a7bf4102369638c
4 changes: 0 additions & 4 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -71,10 +71,6 @@ harness = false
name = "spi_full_duplex"
harness = false

[[test]]
name = "spi_full_duplex_async"
harness = false

[[test]]
name = "spi_full_duplex_dma"
harness = false
78 changes: 0 additions & 78 deletions hil-test/tests/spi_full_duplex_async.rs

This file was deleted.

Loading