mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 01:23:30 +08:00
Fix parity handling in zynq_uart_set_attributes() by clearing existing parity bits before setting a new mode instead of always ORing PAR_NONE, which caused incorrect or ignored parity; also fix inverted PARODD logic and add ZYNQ_UART_MODE_PAR_MASK to manage the parity field correctly. Fixes #5554