Skip to content

Commit 8797a2a

Browse files
committed
Add updates for uart_16550
1 parent f7f1392 commit 8797a2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ We merged the following PRs this month:
7070

7171
Thanks to [@StevenDoesStuffs](https://github.com/StevenDoesStuffs) and [@toku-sa-n](https://github.com/toku-sa-n) for their contributions!
7272

73+
### [`uart_16550`](https://github.com/rust-osdev/uart_16550)
74+
75+
The `uart_16550` crate provides basic support for serial port I/O for 16550-compatible UARTs. We merged the following changes this month:
76+
77+
- [Add `send_raw()` function to allow sending arbitrary binary data using the serial port](https://github.com/rust-osdev/uart_16550/pull/21) <span class="gray">(published as `v0.2.16`)</span>
78+
79+
Thanks to [@olivercalder](https://github.com/olivercalder) for this contribution and [@Kazurin-775](https://github.com/Kazurin-775) for reporting this problem!
80+
7381
## Call for Participation
7482

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