You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
make xilinx_uart_write blocking by checking the TX FIFO status, or simply using a blocking HAL function
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:
Probably not the highest priority change but noting it down for future reference.
The text was updated successfully, but these errors were encountered: