Trying to set up our serial debug port, and for the interactive shell we have I need an event callback when we get data typed on the serial port (which the fsl_debug_console doesn't seem to support despite being a fsl_uart_hal based component).
Trying to set up a raw fsl_uart for UART0 in Processor Expert UART0 isn't in the option dropdown.
If I create the previous mentioned fsl_debug_console, it creates a fsl_uart_hal for UART0, and fsl_uart only depends on the fsl_uart_hal, so I don't understand why I'm limited to creating a fsl_uart for only UART1 & UART2.