Skip to content

Commit dbf30ad

Browse files
committed
Add updates for uart_16550
1 parent 0a30d9b commit dbf30ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ In February, the unstable [`const_in_array_repeat_expressions` feature](https://
5252

5353
Thanks to [@KernelFreeze](https://github.com/KernelFreeze) for this contribution!
5454

55+
### [`uart_16550`](https://github.com/rust-osdev/uart_16550)
56+
57+
The `uart_16550` crate provides basic support for serial port I/O for 16550-compatible UARTs. Since the crate depends on `x86_64`, it needed a dependency update to fix the mentioned build error on the latest nightly:
58+
59+
- [Fix build on nightly by updating to x86_64 v0.13.2](https://github.com/rust-osdev/uart_16550/pull/12) <span class="gray">(published as `v0.2.12`)</span>
60+
5561
## Personal Projects
5662

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