Rust XHCI Implementation.
This commit is contained in:
parent
0b95098748
commit
2c271360ce
25 changed files with 1288 additions and 202 deletions
|
|
@ -6,3 +6,10 @@ edition = "2024"
|
|||
[dependencies]
|
||||
bitfield-struct = "0.12"
|
||||
mammoth = { path = "../../lib/mammoth/" }
|
||||
pci = { path = "../../lib/pci" }
|
||||
volatile = "0.6.1"
|
||||
yellowstone-yunq = { version = "0.1.0", path = "../../lib/yellowstone" }
|
||||
|
||||
[features]
|
||||
default = ["debug"]
|
||||
debug = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue