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
emb(esp32c3): change USB Serial JTAG output to blocking mode
Change _write() implementation from non-blocking to blocking mode.
Now waits until TX FIFO has space before writing instead of dropping
characters when FIFO is full.
0 commit comments