Append UART output bytes to the console buffer, interpreting the control codes a terminal cares about. Backspace (0x08) erases the previous character so the shell's `BS space BS` erase sequence visibly deletes a character; carriage returns are dropped (the shell uses newlines).
(buf: &mut String, bytes: &[u8])
source not stored for this graph (policy: none)
no test coverage detected