RTEMS | Zynq UART always has No Parity Bit Set (#5554)
Rick VanderWal (@rvanderwal)
gitlab at rtems.org
Mon Apr 20 19:54:56 UTC 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260420/3bd9b85b/attachment.htm>
More information about the bugs
mailing list