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

Add UART and UARTAdapter to all configs #348

Merged
merged 2 commits into from
Jan 16, 2020
Merged

Add UART and UARTAdapter to all configs #348

merged 2 commits into from
Jan 16, 2020

Conversation

abejgonzalez
Copy link
Contributor

@abejgonzalez abejgonzalez commented Nov 25, 2019

This PR adds a UART to all systems and adds a UARTAdapter in the TestHarness to talk to the UART.

Things to do:

  • Add UART to all configurations

@colinschmidt
Copy link
Contributor

Does this affect simulation speed?

@abejgonzalez
Copy link
Contributor Author

abejgonzalez commented Nov 28, 2019

Yes. But I don't think by much if you are not running code that outputs to the UART. I haven't gotten an exact number though.

@abejgonzalez
Copy link
Contributor Author

@colinschmidt Do you want me to check something specifically?

@abejgonzalez
Copy link
Contributor Author

Note: This works with Linux boot in simulation with baudrate 115200 on the adapter.

Copy link
Contributor

@colinschmidt colinschmidt left a comment

Choose a reason for hiding this comment

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

LGTM. Is there some place in the docs where we should now mention what this config class does?

@abejgonzalez
Copy link
Contributor Author

LGTM. Is there some place in the docs where we should now mention what this config class does?

I just added a quick section on the adapter in the documentation. I can add more later if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants