You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue with STM32F4 flow control when RTS&CTS are not connected
With STM32F4 targets UARTSerial.set_flow_control() must be called with both
pins(RTS&CTS) enabled. If only one is given assertion will fail. This
fix will help to circumvent the issue with STM32F4 when disabling flow
control and no pins are given. This won't solve the issue with STM32F4
HAL itself if only one pin is given.
0 commit comments