pub fn setup( usb: USB_DEVICE<'static>, ) -> (ConsoleRx<'static>, ConsoleTx<'static>)
Build the USB-Serial-JTAG console and split. into_async() here binds the IRQ to whatever core calls this — the binary calls it from main.
into_async()