Skip to content

no_os_uart_write implementation for xilinx platform should be blocking #2514

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

Open
buha opened this issue Mar 27, 2025 · 0 comments
Open

no_os_uart_write implementation for xilinx platform should be blocking #2514

buha opened this issue Mar 27, 2025 · 0 comments
Labels

Comments

@buha
Copy link
Contributor

buha commented Mar 27, 2025

no_os_uart_write should be blocking, but on xilinx platform seems it's not blocking, so some rather dirty tricks like this one were introduced to handle the inconsistency across platforms.

So:

  1. make xilinx_uart_write blocking by checking the TX FIFO status, or simply using a blocking HAL function
  2. remove iio_app post uart write delay, it will be useless

Probably not the highest priority change but noting it down for future reference.

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

No branches or pull requests

1 participant