I am wanting to switch the console output to UART1. If I select "Custom Uart" in "Channel for console output". Under Component config-> Driver configurations->UART configuration I get options to select GPIO for Tx and Rx but there is no option to select UART1.
The hint says the following:
Select where to send console output (through stdout and stderr).
- Default is to use UART0 on pre-defined GPIOs. - If "Custom" is selected, UART0 or UART1 can be chosen, and any pins can be selected. - If "None" is selected, there will be no console output on any UART, except for initial output from ROM bootloader. This ROM output can be suppressed by GPIO strapping or EFUSE, refer to chip datasheet for details. - On chips with USB peripheral, "USB CDC" option redirects output to the CDC port. This option uses the CDC driver in the chip ROM. This option is incompatible with TinyUSB stack.
I am using VC with IDF v1.5.0.