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

UART library to support combinable Rx tasks #17

Open
ed-xmos opened this issue Jun 13, 2022 · 0 comments
Open

UART library to support combinable Rx tasks #17

ed-xmos opened this issue Jun 13, 2022 · 0 comments
Labels
size:M medium type:enhancement New feature or request

Comments

@ed-xmos
Copy link
Contributor

ed-xmos commented Jun 13, 2022

Currently each UART instance requires a single xcore thread per Rx (Tx is handled inline, although could be offloaded to a thread). To support multiple Rxs in a single xcore thread (and possibly even a buffered Tx) we would need a manually developed select based UART (similar to XC's combinable feature). It may also be possible using this technique to turn the Tx into a buffered version sharing the Rx xcore thread which would allow it to behave like a typical UART HW peripheral.

@ed-xmos ed-xmos added type:enhancement New feature or request size:M medium labels Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M medium type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant