fix(deps): update rust crate uart_16550 to 0.6.0#83
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update rust crate uart_16550 to 0.6.0#83renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
d3a668c to
071199a
Compare
071199a to
97999ba
Compare
97999ba to
20d6527
Compare
20d6527 to
bcf422b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.6.0Release Notes
rust-osdev/uart_16550 (uart_16550)
v0.6.0Compare Source
What's Changed
Full Changelog: rust-osdev/uart_16550@v0.5.0...v0.6.0
v0.5.0Compare Source
uart_16550, is a simpleyet highly configurable low-level driver for 16550 UART devices, typically
known and used as serial ports or COM ports. Easy integration into Rust while
providing fine-grained control where needed (e.g., for kernel drivers).
We thank all past contributors. We've decided to completely rewrite the crate
to clean up technical debt from the past, maintain the highest possible coding
and API standards, and to make this crate ready for usage on real hardware,
while keeping it easy to use in virtual machines.
Special Thanks
Special Thanks to Philipp Oppermann (@phil-opp) and Martin Kröning (@mkroening)
for their very valuable review on the new crate!
Migration to v0.5.0
Old
New (Minimalistic)
New (More low-level control)
v0.4.0Compare Source
sendfunction to replace\nwith\r\nConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.