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

Integrate UART to stdin and stdout #7

Closed
vkottler opened this issue Oct 26, 2023 · 2 comments
Closed

Integrate UART to stdin and stdout #7

vkottler opened this issue Oct 26, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@vkottler
Copy link
Owner

Requires solving vkottler/picolibc-semihost#2 first.

@vkottler vkottler added the enhancement New feature or request label Oct 26, 2023
@vkottler vkottler self-assigned this Oct 26, 2023
@vkottler
Copy link
Owner Author

Adding full-duplex buffer to coral: vkottler/coral#13 so we can port the UartManager in.

@vkottler
Copy link
Owner Author

Trying to get stdin to work nicely is kind of a lost cause because it's hard to get a non-blocking solution to work between UART and semihosting.

Right now only the semihosting solution can truly leverage stdin but this is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant