Skip to content

Commit 29ba41a

Browse files
committed
Add updates for uart_16550 and xhci crates
1 parent 025066e commit 29ba41a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/this-month/2022-03/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,25 @@ We merged the following changes in March:
8787

8888
Thanks to [@nicholasbishop](https://github.com/nicholasbishop), [@sven-eliasen](https://github.com/sven-eliasen), [@necauqua](https://github.com/necauqua) and [@AtsukiTak](https://github.com/AtsukiTak) for their contributions!
8989

90+
### [`uart_16550`](https://github.com/rust-osdev/uart_16550)
91+
92+
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp)</span>
93+
94+
The `uart_16550` crate provides basic support for serial port I/O for 16550-compatible UARTs. We merged the following changes this month:
95+
96+
- [Remove stabilized nightly feature `const_ptr_offset`](https://github.com/rust-osdev/uart_16550/pull/22) <span class="gray">(published as `v0.2.17`)</span>
97+
98+
Thanks to [@tsatke](https://github.com/tsatke) for this contribution!
99+
100+
### [`xhci`](https://github.com/rust-osdev/xhci)
101+
102+
<span class="maintainers">Maintained by [@toku-sa-n](https://github.com/toku-sa-n)</span>
103+
104+
The `xhci` crate provides types of xHCI structures such as Contexts, Extended Capabilities, Registers, and TRBs. This month, we merged some cleanups:
105+
106+
- [fix: clippy warnings](https://github.com/rust-osdev/xhci/pull/130)
107+
- [ci(deps): enable dependabot](https://github.com/rust-osdev/xhci/pull/129)
108+
90109
## Call for Participation
91110

92111
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)