Files
rtems/bsps/shared/dev
Adrien Chardon 7be49773c0 bsps/shared/zynq-uart-polled: fix bug in zynq_uart_initialize()
Similar to the recent commit in tms570-sci.c, the assumption that a UART will
only see printable ASCII characters, instead of any value in the range
0x00-0xFF, is wrong.

A non forgiving binary protocol will be thrown off by this driver sending
"\r\r\r\r" when initializing.

If a user wants to flush the interface, they should explicitely use the
dedicated function `tcflush(fd, TCIOFLUSH);`.
2024-09-17 01:53:58 +00:00
..
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00
2023-05-22 09:45:42 +02:00
2018-04-04 10:13:28 +02:00
2023-05-20 11:05:26 +02:00
2023-10-13 19:02:15 -05:00
2023-05-20 11:05:26 +02:00
2018-04-20 09:49:36 +02:00