pub fn setup(
uart: UART0<'static>,
tx_pin: AnyPin<'static>,
rx_pin: AnyPin<'static>,
) -> (ConsoleRx<'static>, ConsoleTx<'static>)Expand description
Build UART0 @ 1 Mbaud and split. Run early (before radio bring-up); HIL- confirmed safe with the async console (see memory fire27-uart-async-corrected).