commit | 1a103bf40a013534a6ef59d8515f87e2e92de20b | [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 | e0452e8ec56c9a840b22b9638ead67f9877877ce [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>