Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize 16550 UART #574

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Modernize 16550 UART #574

merged 1 commit into from
Dec 13, 2023

Conversation

pfmooney
Copy link
Collaborator

The 16550 emulation was one of the first bits of emulation sketched out in propolis, and it shows. While there is more work to be done in improving the fidelity of emulation, the use of bitflags and the like should make this more readable.

@pfmooney
Copy link
Collaborator Author

I decided to do some of this clean-up while investigating Ry's UART bug.

@jordanhendricks jordanhendricks self-assigned this Nov 30, 2023
Copy link
Contributor

@jordanhendricks jordanhendricks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks a lot cleaner.

The 16550 emulation was one of the first bits of emulation sketched out
in propolis, and it shows.  While there is more work to be done in
improving the fidelity of emulation, the use of bitflags and the like
should make this more readable.
@pfmooney pfmooney merged commit 0f7a50a into oxidecomputer:master Dec 13, 2023
10 checks passed
@pfmooney pfmooney deleted the uart-update branch December 13, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants