commit | 132518f36b046f7b9523872ff04262713389a780 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 30 19:16:46 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Tue Aug 27 11:19:23 2019 +0200 |
tree | 7a644b14df135c441e5cbb17e8c29d10512d69b3 | |
parent | 48ac723a6fe4c31353371ec97b666b57eff65b51 [diff] |
serial: stm32: add Framing error support Add management of Bit 1 of USART_ISR = FE: Framing error This bit is set by hardware when a de-synchronization, excessive noise or a break character is detected. It is cleared by software, writing 1 to the FECF bit in the USART_ICR register (for stm32 after f4). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>