Skip to content

Commit 2fcb4d5

Browse files
committed
Add updates for uart_16550 crate
1 parent cc5423b commit 2fcb4d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ bugfix that prevented the usage in `no_std` contexts. Furthermore, overall code
9494
was updated to verify `no_std` builds as well as regular builds.
9595
Full changelog: <https://github.com/rust-osdev/multiboot2/releases/tag/multiboot2-header-v0.2.0>
9696

97+
### [`uart_16550`](https://github.com/rust-osdev/uart_16550)
98+
99+
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp)</span>
100+
101+
The `uart_16550` crate provides basic support for serial port I/O for 16550-compatible UARTs. We merged the following change this month:
102+
103+
- [Remove use of `stable` and `nightly` features](https://github.com/rust-osdev/uart_16550/pull/24) <span class="gray">(published as `v0.2.18`)</span>
104+
105+
Thanks to [@josephlr](https://github.com/josephlr) for this contribution!
106+
97107
### [`volatile`](https://github.com/rust-osdev/volatile)
98108

99109
<span class="maintainers">Maintained by [@phil-opp](https://github.com/phil-opp)</span>

0 commit comments

Comments
 (0)