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
fix(uart): avoid infinite loop during init of serial_debug
Since rts/cts has been introduced, the serial debug on
dedicated pins was broken as by default the serial_debug
pin cts/rts was set to 0 (valid pinname). So core_debug was
called during the init leading to an infinite loop.
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments