pub fn add_to_buffer(ch: u8)Expand description
Add a character to the keyboard buffer (called from IRQ context).
Ctrl+C (0x03) is also pushed to the buffer but additionally sets the
global crate::shell::SHELL_INTERRUPTED flag so that long-running
commands can detect cancellation.