Skip to content

Commit 2177063

Browse files
authored
Merge pull request #58 from toku-sa-n/add_xhci
Add a section for `xhci`
2 parents 3dcfe33 + 1e31763 commit 2177063

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/this-month/2021-05/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = 0000-01-01
66
month = "May 2021"
77
authors = [
88
"phil-opp",
9+
"toku-sa-n",
910
# add yourself here
1011
]
1112
+++
@@ -36,6 +37,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3637

3738
In May, …
3839

40+
### [`xhci`](https://github.com/rust-osdev/xhci)
41+
42+
The `xhci` crate provides types of xHCI structures such as Contexts, Extended Capabilities, Registers, and TRBs.
43+
44+
In May we finished implementing all of these structures and field getters/setters. Still there may exist missings. If you find one, feel free to send a PR!
45+
3946
## Call for Participation
4047

4148
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)