Rick VanderWal created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5554



## Summary

zynq-uart.c: zynq_uart_set_attributes() always ORs in ZYNQ_UART_MODE_PAR_NONE. 
This makes the PARENB and PARODD bits don't-cares, causing the UART to operate 
in no-parity bit mode.

## Steps to reproduce

Set termios.c_cflags |= PARENB | PARODD;

Output will not contain a parity bit.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5554
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to