You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) <spanclass="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
+
73
81
## Call for Participation
74
82
75
83
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
0 commit comments