-
Notifications
You must be signed in to change notification settings - Fork 681
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
Conversation
36d65b9
to
91a24da
Compare
Does this affect simulation speed? |
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. |
@colinschmidt Do you want me to check something specifically? |
Note: This works with Linux boot in simulation with baudrate 115200 on the adapter. |
9c5b45b
to
037f7f9
Compare
There was a problem hiding this 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?
I just added a quick section on the adapter in the documentation. I can add more later if necessary. |
a240026
to
27ef7f5
Compare
This PR adds a UART to all systems and adds a UARTAdapter in the TestHarness to talk to the UART.
Things to do: