Skip to content

Commit 83855a1

Browse files
committed
feat: add a section of the xhci crate
1 parent d5709b6 commit 83855a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3636

3737
In April, …
3838

39+
### [`xhci`](https://github.com/rust-osdev/xhci)
40+
41+
The `xhci` crate provides types of xHCI structures such as Contexts, Extended Capabilities, Registers, and TRBs.
42+
43+
Previously the repository was hosted under [`@toku-sa-n`](https://github.com/toku-sa-n). Since April, the Rust OSDev team hosts the repository.
44+
45+
This crate is still under depelopment. Some types or field accessors may be missing. If you find missing features, feel free to send a PR!
46+
3947
## Personal Projects
4048

4149
In this section, we describe updates to personal projects that are not directly related to the `rust-osdev` organization. Feel free to [create a pull request](https://github.com/rust-osdev/homepage/pulls) with the updates of your OS project for the next post.

0 commit comments

Comments
 (0)